Stack class
Represent stack class.
Constructors
- Stack()
Properties
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