CalendarPlan.fromJson constructor

CalendarPlan.fromJson(
  1. Map<String, Object?> json
)

Creates a CalendarPlan from a JSON object.

Implementation

factory CalendarPlan.fromJson(Map<String, Object?> json) => _$CalendarPlanFromJson(json);