menu
flowr package
documentation
flowr_mvvm.dart
SetX<T>
firstOrNull property
firstOrNull property
dark_mode
light_mode
firstOrNull
property
T?
get
firstOrNull
Implementation
T? get firstOrNull => isEmpty ? null : first;
flowr package
documentation
flowr_mvvm
SetX<T>
firstOrNull property
SetX extension on
Set
<
T
>