startOfPhase method

DateTime startOfPhase(
  1. int index
)

Implementation

DateTime startOfPhase(int index) => startedAt!.add(Duration(days: study.schedule.phaseDuration * index));