AuditLogEntry class
Constructors
-
AuditLogEntry({String? targetId, List<
AuditLogChange> ? changes, required String userId, required String id, required int actionType, AuditEntryInfo? options, String? reason})
Properties
- actionType → int
-
final
-
changes
→ List<
AuditLogChange> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- options → AuditEntryInfo?
-
final
- reason → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- targetId → String?
-
final
- userId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → AuditLogEntry