Stack class

Represent stack class.

Constructors

Stack()

Properties

count int
Represent the count.
no setter
hashCode int
The hash code for this object.
no setterinherited
queue Queue
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
clear the stack.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop() → dynamic
Represent the pop.
push(Object value) → void
Push values to the stack.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited