abstract_router
stack
Stack
<
T
>
isEmpty property
isEmpty
abstract_router
stack
Stack
<
T
>
isEmpty property
Stack class
Constructors
Stack
Properties
isEmpty
isNotEmpty
top
hashCode
runtimeType
Methods
join
pop
push
noSuchMethod
toString
Operators
operator ==
isEmpty
property
bool
isEmpty
Implementation
bool get isEmpty => _data.isEmpty;