grid_world
grid_world
GridWorld
chAlive property
chAlive
chAlive
property
int
chAlive
final
Character representing a live cell.
Implementation
static final int chAlive = '#'.codeUnitAt(0);
grid_world
grid_world
GridWorld
chAlive 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