Address constructor
Address({
- String? streetName,
- String? postalCode,
- String? salesTerritory1,
- String? salesTerritory2,
- String? salesTerritory3,
- String? salesTerritory1Name,
- String? salesTerritory2Name,
- String? salesTerritory3Name,
- String? salesTerritory4Name,
- String? building,
- String? buildingNe,
- bool? defaultValue,
- bool? defaultAddress,
Implementation
Address(
{this.streetName,
this.postalCode,
this.salesTerritory1,
this.salesTerritory2,
this.salesTerritory3,
this.salesTerritory1Name,
this.salesTerritory2Name,
this.salesTerritory3Name,
this.salesTerritory4Name,
this.building,
this.buildingNe,
this.defaultValue,
this.defaultAddress});