convertValue
abstract override fun convertValue(value: T): NavigationBundleValue.NonNullableNavigationBundleValue<T>
Converts a given value T to the NavigationBundleValue associated with this type
Return
The NavigationBundleValue associated with the value
Parameters
value
The value T to convert