OptionalType

A NavigationBundleSpecType that represents a nullable T.

Parameters

T

the nullable type to represent.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun convertValue(value: T?): NavigationBundleValue<T?>

Converts a given value T to the NavigationBundleValue associated with this type