getTypedDefault

abstract fun getTypedDefault(): T?(source)

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