Map<String, dynamic> toJson() { final data = _$AddressToJson(this); data.remove('location'); return data; }