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
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