Creates a Plan instance from JSON data.
factory Plan.fromJson(Map<String, dynamic> json) => _$PlanFromJson(json);