withMilestones property Null safety

Map<T, Duration> withMilestones
final

Map of event names to the Duration from the completion to the milestone TODO: Allow this to take a function to calculate the final date time from the countdown completion datetime

Implementation

final Map<T, Duration> withMilestones;