dcli
dcli
StackList
<
T
>
asList method
asList
asList
method
Null safety
List
<
T
>
asList
(
)
The of items in the stack
Implementation
List<T> asList() => _stack.toList();
dcli
dcli
StackList
<
T
>
asList method
StackList class
Constructors
StackList
fromList
Properties
hashCode
isEmpty
runtimeType
Methods
asList
noSuchMethod
peek
pop
push
toString
Operators
operator ==