repeats property Null safety

CountdownRepeat? repeats
@JsonKey(toJson: CountdownRepeat.repeatToJson), read / write

Duration until the completion of the next instance of this countdown when the current countdown is completed

Implementation

@JsonKey(toJson: CountdownRepeat.repeatToJson)
CountdownRepeat? repeats;