PatchedAddress constructor
PatchedAddress({})
Returns a new PatchedAddress instance.
Implementation
PatchedAddress({
this.id,
this.name,
this.email,
this.phone,
this.line1,
this.line2,
this.postalCode,
this.city,
this.state,
this.country,
});