WebApiModulesSettingsAddressSettingsCountryCountry constructor
const
WebApiModulesSettingsAddressSettingsCountryCountry({
- String? countryId,
- String? country,
- String? countryISOName,
- String? countryCodeISOAlpha2,
- String? countryCodeISOAlpha3,
- int? countryCodeISONumeric,
- int? countryCodePhone,
- String? flagImage,
- bool? metric,
- String? currencyId,
- String? currency,
- String? currencyCode,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- bool? hasDocuments,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- String? modifiedDateTime,
Implementation
const 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.urlIdentifier,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.original,
this.translation,
this.hasImport,
this.hasDocuments,
this.createdByUserId,
this.createdByUserName,
this.createdDateTime,
this.modifiedByUserId,
this.modifiedByUserName,
this.modifiedDateTime,
});