WebApiModulesSettingsAddressSettingsCountryCountry constructor
WebApiModulesSettingsAddressSettingsCountryCountry({
- String? countryId,
- String? country,
- String? countryCode,
- bool? isUSA,
- bool? metric,
- bool? inactive,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - 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,
});