getMeta

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

Retrieves a value from metadata for a specific key.

Return

The value for the key, or null if not found

Parameters

key

The metadata key to look up