WebApiModulesSettingsUserSettingsSoundSound constructor
WebApiModulesSettingsUserSettingsSoundSound({
- String? soundId,
- String? sound,
- String? base64Sound,
- String? fileName,
- bool? systemSound,
- String? soundColor,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsUserSettingsSoundSound({
this.soundId,
this.sound,
this.base64Sound,
this.fileName,
this.systemSound,
this.soundColor,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});