menu
built_collection package
documentation
built_collection.dart
BuiltList<E>
reversed property
reversed property
dark_mode
light_mode
reversed
property
Iterable
<
E
>
get
reversed
As
List.reversed
.
Implementation
Iterable<E> get reversed => _list.reversed;
built_collection package
documentation
built_collection
BuiltList<E>
reversed property
BuiltList class