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