FwStandardModulesAdministratorAlertWebUsersAlertWebUsersLogic constructor

const 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. dynamic urlIdentifier,
  12. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  13. List<FwStandardDataFwCustomValue>? custom,
  14. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  15. FwStandardBusinessLogicFwBusinessLogic? original,
  16. List<FwStandardDataFwTranslatedValue>? translation,
  17. bool? hasImport,
  18. String? createdByUserId,
  19. String? createdByUserName,
  20. String? createdDateTime,
  21. String? modifiedByUserId,
  22. String? modifiedByUserName,
  23. String? modifiedDateTime,
})

Implementation

const FwStandardModulesAdministratorAlertWebUsersAlertWebUsersLogic({
  this.alertWebUserId,
  this.alertId,
  this.description,
  this.webUserId,
  this.userId,
  this.userName,
  this.email,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});