menu
lc_widgets package
documentation
lc_utils.dart
NullableExtSetN<T>
toNullable property
toNullable property
dark_mode
light_mode
toNullable
property
Nullable
<
Set
<
T
>
?
>
get
toNullable
Implementation
Nullable<Set<T>?> get toNullable => Nullable(this);
lc_widgets package
documentation
lc_utils
NullableExtSetN<T>
toNullable property
NullableExtSetN extension on
Set
<
T
>
?