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