getMeta

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

Retrieves the metadata associated with a key.

Return

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

Parameters

key

The key of the metadata.