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