CountdownRepeat.fromJson constructor Null safety
Create a countdown from json
Implementation
factory CountdownRepeat.fromJson(Map<String, dynamic> json) =>
    _$CountdownRepeatFromJson(json);
Create a countdown from json
factory CountdownRepeat.fromJson(Map<String, dynamic> json) =>
    _$CountdownRepeatFromJson(json);