start property

LifeStepEntity start

Start

Implementation

@late
LifeStepEntity get start => lifeStepsOnBoard
    .expand((el) => el)
    .firstWhere((step) => step.isStart, orElse: () => throw Exception('LifeRoad should have Start'));