menu
sunny_sdk_core package
documentation
model_exports.dart
SunnyIterableExtensions<V>
firstOrNull property
firstOrNull property
dark_mode
light_mode
firstOrNull
property
V?
get
firstOrNull
Implementation
V? get firstOrNull => this?.firstWhereOrNull((_) => true);
sunny_sdk_core package
documentation
model_exports
SunnyIterableExtensions<V>
firstOrNull property
SunnyIterableExtensions extension on
Iterable
<
V
>
?