WebApiModulesSettingsAddressSettingsCountryCountry constructor

WebApiModulesSettingsAddressSettingsCountryCountry({
  1. String? countryId,
  2. String? country,
  3. String? countryISOName,
  4. String? countryCodeISOAlpha2,
  5. String? countryCodeISOAlpha3,
  6. int? countryCodeISONumeric,
  7. int? countryCodePhone,
  8. String? flagImage,
  9. bool? metric,
  10. String? currencyId,
  11. String? currency,
  12. String? currencyCode,
  13. bool? inactive,
  14. String? dateStamp,
  15. String? auditNote,
  16. String? recordTitle,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

WebApiModulesSettingsAddressSettingsCountryCountry({
  this.countryId,
  this.country,
  this.countryISOName,
  this.countryCodeISOAlpha2,
  this.countryCodeISOAlpha3,
  this.countryCodeISONumeric,
  this.countryCodePhone,
  this.flagImage,
  this.metric,
  this.currencyId,
  this.currency,
  this.currencyCode,
  this.inactive,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});