AuditRecord class

Constructors

AuditRecord({required AuditRecordAuthor author, required String remoteAddress, required int creationDate, required String summary, required String description, required String category, required bool sysAdmin, bool? superAdmin, required AffectedObject affectedObject, required List<ChangedValue> changedValues, required List<AffectedObject> associatedObjects})
AuditRecord.fromJson(Map<String, Object?> json)
factory

Properties

affectedObject AffectedObject
final
associatedObjects List<AffectedObject>
final
author AuditRecordAuthor
final
category String
final
changedValues List<ChangedValue>
final
creationDate int
The creation date-time of the audit record, as a timestamp.
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
remoteAddress String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
summary String
final
superAdmin bool
final
sysAdmin bool
final

Methods

copyWith({AuditRecordAuthor? author, String? remoteAddress, int? creationDate, String? summary, String? description, String? category, bool? sysAdmin, bool? superAdmin, AffectedObject? affectedObject, List<ChangedValue>? changedValues, List<AffectedObject>? associatedObjects}) AuditRecord
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited