grid_world
grid_world
GridWorld
chDead property
chDead
chDead
property
int
chDead
final
Character representing a dead cell.
Implementation
static final int chDead = '.'.codeUnitAt(0);
grid_world
grid_world
GridWorld
chDead property
GridWorld class
Constructors
GridWorld
empty
fromString
identity
Properties
hashCode
nCols
nRows
runtimeType
Methods
appendBottom
appendRight
asString
clockwise90
copy
counterClockwise90
customIsAlive
expandToFit
index
isAlive
lrPadded
noSuchMethod
padBottom
padded
padLeft
padRight
padTop
paste
takeStep
takeSteps
tbPadded
toString
transpose
Operators
operator ==
Static properties
chAlive
chDead