getTypedConst

abstract fun getTypedConst(): T?(source)

Returns the const value converted to the native Kotlin type T. Returns null if the value is null or cannot be converted to type T.