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