menu
webfeed_plus package
documentation
util/iterable.dart
WebFeedIterable<T>
firstOrNull property
firstOrNull property
dark_mode
light_mode
firstOrNull
property
T?
get
firstOrNull
Implementation
T? get firstOrNull => isEmpty ? null : first;
webfeed_plus package
documentation
util/iterable
WebFeedIterable<T>
firstOrNull property
WebFeedIterable extension on
Iterable
<
T
>