get

abstract fun <T> get(type: Class<T>): T

Returns an instance of the given type that accesses the additional data.

Since

8.13