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