FwStandardModulesAdministratorAlertWebUsersAlertWebUsersLogic constructor

FwStandardModulesAdministratorAlertWebUsersAlertWebUsersLogic({
  1. String? alertWebUserId,
  2. String? alertId,
  3. String? description,
  4. String? webUserId,
  5. String? userId,
  6. String? userName,
  7. String? email,
  8. String? dateStamp,
  9. String? auditNote,
  10. String? recordTitle,
  11. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  12. List<FwStandardDataFwCustomValue>? custom,
  13. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  14. List<FwStandardDataFwTranslatedValue>? translation,
})

Implementation

FwStandardModulesAdministratorAlertWebUsersAlertWebUsersLogic({
  this.alertWebUserId,
  this.alertId,
  this.description,
  this.webUserId,
  this.userId,
  this.userName,
  this.email,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.translation,
});