NavArgumentBuilder
-
Cmn
@NavDestinationDsl
class NavArgumentBuilder
DSL for constructing a new NavArgument
Summary
Public constructors |
|
|---|---|
|
Cmn
|
Public functions |
||
|---|---|---|
NavArgument |
build()Builds the NavArgument by calling |
Cmn
|
Public properties |
||
|---|---|---|
Any? |
An optional default value for this argument. |
Cmn
|
Boolean |
Controls if this argument allows null values. |
Cmn
|
NavType<*> |
The NavType for this argument. |
Cmn
|
Public constructors
Public functions
Public properties
defaultValue
var defaultValue: Any?
An optional default value for this argument.
Any object that you set here must be compatible with type, if it was specified.