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