getMeta

fun <T> getMeta(key: String): T?

Retrieves the metadata value associated with the specified key.

Return

The metadata value associated with the key, or null if not found.

Parameters

key

The key of the metadata.