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