AddressInfo constructor
AddressInfo({})
Implementation
AddressInfo(
{this.name,
this.tel,
this.province,
this.city,
this.county,
this.provinceId,
this.cityId,
this.countyId,
this.addressDetail,
this.postalCode,
this.isDefault});