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? hourStr,
  14. String? dateStr,
  15. String? activityDate,
  16. String? dateStamp,
  17. String? auditNote,
  18. String? recordTitle,
  19. dynamic urlIdentifier,
  20. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  21. List<FwStandardDataFwCustomValue>? custom,
  22. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  23. FwStandardBusinessLogicFwBusinessLogic? original,
  24. List<FwStandardDataFwTranslatedValue>? translation,
  25. bool? hasImport,
  26. bool? hasDocuments,
  27. String? createdByUserId,
  28. String? createdByUserName,
  29. String? createdDateTime,
  30. String? modifiedByUserId,
  31. String? modifiedByUserName,
  32. 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.hourStr,
  this.dateStr,
  this.activityDate,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});