menu
func_dart_core package
documentation
nonemptylist.dart
of<T> function
of<T> function
dark_mode
light_mode
of<
T
>
function
NonEmptyList
<
T
>
of
<
T
>(
Iterable
<
T
>
items
)
Implementation
NonEmptyList<T> of<T>(Iterable<T> items) => NonEmptyList<T>(List<T>.unmodifiable(items));
func_dart_core package
documentation
nonemptylist
of<T> function
nonemptylist library