FwStandardModulesAdministratorWebEventLogWebEventLogLogic constructor

const FwStandardModulesAdministratorWebEventLogWebEventLogLogic({
  1. int? id,
  2. String? serverName,
  3. String? webUsersId,
  4. String? userId,
  5. String? userName,
  6. String? logType,
  7. String? message,
  8. String? data,
  9. int? totalMemoryUsageBytes,
  10. String? totalMemoryUsageKiloBytes,
  11. String? totalMemoryUsageMegaBytes,
  12. String? totalMemoryUsageGigaBytes,
  13. String? dateStamp,
  14. String? auditNote,
  15. String? recordTitle,
  16. dynamic urlIdentifier,
  17. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  18. List<FwStandardDataFwCustomValue>? custom,
  19. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  20. FwStandardBusinessLogicFwBusinessLogic? original,
  21. List<FwStandardDataFwTranslatedValue>? translation,
  22. bool? hasImport,
  23. String? createdByUserId,
  24. String? createdByUserName,
  25. String? createdDateTime,
  26. String? modifiedByUserId,
  27. String? modifiedByUserName,
  28. String? modifiedDateTime,
})

Implementation

const FwStandardModulesAdministratorWebEventLogWebEventLogLogic({
  this.id,
  this.serverName,
  this.webUsersId,
  this.userId,
  this.userName,
  this.logType,
  this.message,
  this.data,
  this.totalMemoryUsageBytes,
  this.totalMemoryUsageKiloBytes,
  this.totalMemoryUsageMegaBytes,
  this.totalMemoryUsageGigaBytes,
  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,
});