LifeStepEntity class

Constructors

LifeStepEntity({@required String id, @required LifeEventEntity<LifeEventParams> lifeEvent, LifeStepEntity right, LifeStepEntity left, LifeStepEntity up, LifeStepEntity down})

Properties

down LifeStepEntity
read / write
hasDown bool
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
hasLeft bool
read-only
hasRight bool
read-only
hasUp bool
read-only
id String
LifeRoad における識別子
final
isBranch bool
read-only
isGoal bool
read-only
isStart bool
read-only
isTargetToRoad bool
read-only
left LifeStepEntity
read / write
lifeEvent LifeEventEntity<LifeEventParams>
final
mustStop bool
read-only
requireDiceRoll bool
read-only
requireToSelectDirectionManually bool
read-only
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
selectableForExecution bool
read-only
up LifeStepEntity
read / write

Methods

getNextUntilMustStopStep(int num, {Direction firstDirection}) DestinationWithMovedStepCount
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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