getMeta

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

Retrieves the value of the metadata for a specific key.

Return

The value of the metadata, or null if the key does not exist.

Parameters

key

The key of the metadata to retrieve.