MStack class
@create at 2021/7/15 15:01 @create by kevin @desc stack
Constructors
- MStack()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
peek(
) → dynamic -
pop(
) → dynamic -
push(
dynamic item) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited