Address constructor

Address({
  1. String? sfid,
  2. String? name,
  3. String? codeC,
  4. String? codeDistrictC,
  5. String? codeWardC,
  6. String? levelsC,
  7. String? parentC,
  8. String? recordtypeid,
})

Implementation

Address(
    {this.sfid,
      this.name,
      this.codeC,
      this.codeDistrictC,
      this.codeWardC,
      this.levelsC,
      this.parentC,
      this.recordtypeid});