menu
lc_utils package
documentation
lc_utils.dart
NullableExtIterable<T>
toNullable property
toNullable property
dark_mode
light_mode
toNullable
property
Nullable
<
Iterable
>
get
toNullable
Implementation
Nullable<Iterable> get toNullable => Nullable(this);
lc_utils package
documentation
lc_utils
NullableExtIterable<T>
toNullable property
NullableExtIterable extension on
Iterable
<
T
>