SystemSet class
Constructors
- SystemSet.new(int capacity)
Properties
- capacity → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEmpty → bool
-
no setter
- lastInsertPhase ↔ PhaseIndex
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int
-
no setter
- systemIds → Uint16List
-
final
- systemPhases → Uint8List
-
final
Methods
-
clear(
) → void -
getPhaseIndex(
int index) → PhaseIndex -
indexOf(
SystemId systemId) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
int index) → dynamic