menu
lc_widgets package
documentation
lc_utils.dart
NullableExtMapN<K, V>
toNullable property
toNullable property
dark_mode
light_mode
toNullable
property
Nullable
<
Map
<
K
,
V
>
?
>
get
toNullable
Implementation
Nullable<Map<K, V>?> get toNullable => Nullable(this);
lc_widgets package
documentation
lc_utils
NullableExtMapN<K, V>
toNullable property
NullableExtMapN extension on
Map
<
K
,
V
>
?