menu
betto_common package
documentation
collections.dart
Stack<E>
toList method
toList method
dark_mode
light_mode
toList
method
List
<
E
>
toList
(
)
Implementation
List<E> toList() => List.from(_list);
betto_common package
documentation
collections
Stack<E>
toList method
Stack class