Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'date'] = this.date; json[r'report'] = this.report; return json; }