ColumnState class

Constructors

ColumnState(Rule rule, dynamic dot, dynamic reference, dynamic wantedBy)

Properties

data ↔ dynamic
getter/setter pair
dot ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isComplete ↔ dynamic
getter/setter pair
left ColumnState?
getter/setter pair
reference ↔ dynamic
getter/setter pair
getter/setter pair
rule Rule
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wantedBy ↔ dynamic
getter/setter pair

Methods

build() List
finish() → void
nextState(dynamic child) ColumnState
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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