dcli
dcli
StackList
<
T
>
isEmpty property
isEmpty
isEmpty
property
Null safety
bool
isEmpty
Implementation
bool get isEmpty => _stack.isEmpty;
dcli
dcli
StackList
<
T
>
isEmpty property
StackList class
Constructors
StackList
fromList
Properties
hashCode
isEmpty
runtimeType
Methods
asList
noSuchMethod
peek
pop
push
toString
Operators
operator ==