HumanLifeGame
life_road
LifeRoadEntity
width property
width
HumanLifeGame
life_road
LifeRoadEntity
width property
LifeRoadEntity class
Constructors
LifeRoadEntity
fromJson
Properties
author
copyWith
createdAt
hashCode
height
lifeEvents
lifeStepsOnBoard
runtimeType
start
title
updatedAt
width
Methods
dump
encode
getPosition
getStepEntity
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
createLifeStepsOnBoard
decode
dummyLifeEvents
width
property
int
width
@
late
X 方向の長さ
Implementation
@late int get width => lifeEvents.first.length;