positionsByHumanId property
参加者全員の Position
Implementation
Map<String, Position> get positionsByHumanId => {
for (final lifeStage in lifeStages)
lifeStage.human.documentID: lifeRoad.entity.getPosition(
lifeRoad.entity.getStepEntity(lifeStage),
),
};