dcli
dcli
StackList
<
T
>
pop method
pop
pop
method
Null safety
T
pop
(
)
return and remove an item from the stack.
Implementation
T pop() => _stack.removeFirst();
dcli
dcli
StackList
<
T
>
pop method
StackList class
Constructors
StackList
fromList
Properties
hashCode
isEmpty
runtimeType
Methods
asList
noSuchMethod
peek
pop
push
toString
Operators
operator ==