WebApiModulesSettingsAddressSettingsCountryCountry constructor
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,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - 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,
});