abstract_router
stack
Stack
<
T
>
join method
join
abstract_router
stack
Stack
<
T
>
join method
Stack class
Constructors
Stack
Properties
isEmpty
isNotEmpty
top
hashCode
runtimeType
Methods
join
pop
push
noSuchMethod
toString
Operators
operator ==
join
method
String
join
(
String
sep
)
Implementation
String join(final String sep) { return _data.reversed.join(sep); }