AddressModel constructor
AddressModel({})
Implementation
AddressModel({
this.userID,
this.id,
required this.name,
required this.phone,
required this.buildingName,
this.appartmentNumber,
required this.area,
required this.postalCode,
required this.city,
required this.state,
required this.isDefaultAddress,
});