LocalArea constructor
LocalArea({})
Implementation
LocalArea({
this.id,
this.name,
this.code,
this.active,
this.freeShipping,
this.allowsPod,
this.baseCost,
this.handlingCost,
this.costPerMetric,
this.costMetric,
this.durationMin,
this.durationMax,
this.durationMetric,
});