currentHumanLifeStep property
現在手番の Human が位置する LifeStep
Implementation
LifeStepEntity get currentHumanLifeStep => lifeRoad.entity.getStepEntity(
lifeStages.firstWhere((lifeStage) => lifeStage.human.documentID == currentTurnHuman.id),
);
現在手番の Human が位置する LifeStep
LifeStepEntity get currentHumanLifeStep => lifeRoad.entity.getStepEntity(
lifeStages.firstWhere((lifeStage) => lifeStage.human.documentID == currentTurnHuman.id),
);