menu
better_notifier package
documentation
extension/better_iterable_notifications.dart
BetterIterableNotifications<T>
toList method
toList method
dark_mode
light_mode
toList
method
List
<
T
>
toList
(
)
Returns a new list containing all elements of the iterable.
Implementation
List<T> toList() => value.toList();
better_notifier package
documentation
extension/better_iterable_notifications
BetterIterableNotifications<T>
toList method
BetterIterableNotifications extension on
VN
<
Iterable
<
T
>
>