LifeRoad constructor
Implementation
LifeRoad(
this._entity,
this._size, {
List<Human> humans,
Map<String, Position> positionsByHumanId,
Key key,
}) : _humans = humans ?? [],
_positionsByHumanId = positionsByHumanId ?? {},
super(key: key);