OptionalValue

A NavigationBundleValue containing a nullable T

Parameters

T

the non-nullable type of the value

Properties

Link copied to clipboard

The NavigationBundleValue associated with a non-nullable T, or null if the value is to be null.

Link copied to clipboard
open override val value: T?

The T value of this NavigationBundleValue