currentHumanLifeStep property

LifeStepEntity currentHumanLifeStep

現在手番の Human が位置する LifeStep

Implementation

LifeStepEntity get currentHumanLifeStep => lifeRoad.entity.getStepEntity(
      lifeStages.firstWhere((lifeStage) => lifeStage.human.documentID == currentTurnHuman.id),
    );