get

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

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

Since

8.13