WebApiModulesSettingsAddressSettingsCountryCountry constructor

WebApiModulesSettingsAddressSettingsCountryCountry({
  1. String? countryId,
  2. String? country,
  3. String? countryCode,
  4. bool? isUSA,
  5. bool? metric,
  6. bool? inactive,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesSettingsAddressSettingsCountryCountry({
  this.countryId,
  this.country,
  this.countryCode,
  this.isUSA,
  this.metric,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});