Queue<T> class

A Calculator.

Constructors

Queue({int? maxQueue})

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
no setter
maxQueue int?
nếu maxQueue == null thì cho phép hàng đợi ko giới hạng
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<T>
no setter

Methods

isEmpty() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop() → T?
push(T item) → void
toString() String
A string representation of this object.
override

Operators

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