menu
yuro package
documentation
yuro_util/src/list.dart
IterableExt<T>
firstOrNull property
firstOrNull property
dark_mode
light_mode
firstOrNull
property
T?
get
firstOrNull
Implementation
T? get firstOrNull => isNotEmpty ? first : null;
yuro package
documentation
yuro_util/src/list
IterableExt<T>
firstOrNull property
IterableExt extension on
Iterable
<
T
>