menu
better_notifier package
documentation
extension/better_iterable_notifications.dart
BetterIterableNotifications<T>
first property
first property
dark_mode
light_mode
first
property
T
get
first
Returns the first element in the iterable.
Implementation
T get first => value.first;
better_notifier package
documentation
extension/better_iterable_notifications
BetterIterableNotifications<T>
first property
BetterIterableNotifications extension on
VN
<
Iterable
<
T
>
>