Map<String, Object?> toJson() { var reports = this.reports; final json = <String, Object?>{}; json[r'reports'] = reports; return json; }