Province constructor
Province({})
Implementation
Province({
this.id,
this.countryId,
this.name,
this.code,
this.taxName,
this.taxType,
this.shippingZoneId,
this.tax,
this.taxPercentage,
});
Province({
this.id,
this.countryId,
this.name,
this.code,
this.taxName,
this.taxType,
this.shippingZoneId,
this.tax,
this.taxPercentage,
});