OptionalType
data class OptionalType<T : Any>(val type: NavigationBundleSpecType.NonNullableNavigationBundleSpecType<T>) : NavigationBundleSpecType<T?>
A NavigationBundleSpecType that represents a nullable T.
Parameters
T
the nullable type to represent.
Properties
Link copied to clipboard
The NonNullableNavigationBundleSpecType describing the non-nullable version of T.
Functions
Link copied to clipboard
Converts a given value T to the NavigationBundleValue associated with this type