toList method
Returns a new TreapListBase containing the same elements.
The growable
parameter is ignored.
Implementation
TreapListOfString toList({bool growable = true}) =>
TreapListOfString._(base.toList(growable: growable));
Returns a new TreapListBase containing the same elements.
The growable
parameter is ignored.
TreapListOfString toList({bool growable = true}) =>
TreapListOfString._(base.toList(growable: growable));