CalendarPlan.fromJson constructor
Creates a CalendarPlan from a JSON object.
Implementation
factory CalendarPlan.fromJson(Map<String, Object?> json) => _$CalendarPlanFromJson(json);
Creates a CalendarPlan from a JSON object.
factory CalendarPlan.fromJson(Map<String, Object?> json) => _$CalendarPlanFromJson(json);