CompanyAddress constructor

CompanyAddress({
  1. String? streetName,
  2. String? postalCode,
  3. bool? defaultValue,
  4. bool? defaultAddress,
})

Implementation

CompanyAddress(
    {this.streetName,
    this.postalCode,
    this.defaultValue,
    this.defaultAddress});