factory BusinessReportRecurrence.fromJson(Map<String, dynamic> json) { return BusinessReportRecurrence( startDate: json['StartDate'] as String?, ); }