dcli
dcli
StackList
<
T
>
peek method
peek
peek
method
Null safety
T
peek
(
)
returns the item onf the top of the stack but does not remove the item.
Implementation
T peek() => _stack.first;
dcli
dcli
StackList
<
T
>
peek method
StackList class
Constructors
StackList
fromList
Properties
hashCode
isEmpty
runtimeType
Methods
asList
noSuchMethod
peek
pop
push
toString
Operators
operator ==