WebApiModulesHomeControlsAddressAddress constructor

const WebApiModulesHomeControlsAddressAddress({
  1. String? addressId,
  2. String? name,
  3. String? attention,
  4. String? attention2,
  5. String? address1,
  6. String? address2,
  7. String? city,
  8. String? state,
  9. String? countryId,
  10. String? country,
  11. String? zipCode,
  12. String? phone,
  13. String? fax,
  14. String? phoneTollFree,
  15. String? phoneOther,
  16. String? uniqueId1,
  17. String? uniqueId2,
  18. String? uniqueId3,
  19. String? dateStamp,
  20. String? auditNote,
  21. String? recordTitle,
  22. dynamic urlIdentifier,
  23. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  24. List<FwStandardDataFwCustomValue>? custom,
  25. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  26. FwStandardBusinessLogicFwBusinessLogic? original,
  27. List<FwStandardDataFwTranslatedValue>? translation,
  28. bool? hasImport,
  29. String? createdByUserId,
  30. String? createdByUserName,
  31. String? createdDateTime,
  32. String? modifiedByUserId,
  33. String? modifiedByUserName,
  34. String? modifiedDateTime,
})

Implementation

const WebApiModulesHomeControlsAddressAddress({
  this.addressId,
  this.name,
  this.attention,
  this.attention2,
  this.address1,
  this.address2,
  this.city,
  this.state,
  this.countryId,
  this.country,
  this.zipCode,
  this.phone,
  this.fax,
  this.phoneTollFree,
  this.phoneOther,
  this.uniqueId1,
  this.uniqueId2,
  this.uniqueId3,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});