WebApiModulesSettingsUserSettingsSoundSound constructor

WebApiModulesSettingsUserSettingsSoundSound({
  1. String? soundId,
  2. String? sound,
  3. String? base64Sound,
  4. String? fileName,
  5. bool? systemSound,
  6. String? soundColor,
  7. String? dateStamp,
  8. String? auditNote,
  9. String? recordTitle,
  10. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  11. List<FwStandardDataFwCustomValue>? custom,
  12. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  13. 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,
});