NiceAuditLogEntry class

Constructors

NiceAuditLogEntry({required String id, required String user, required String action, String? resource, required DateTime timestamp, String? ipAddress, String? userAgent, Map<String, dynamic>? before, Map<String, dynamic>? after, Map<String, dynamic>? metadata})
const

Properties

action → String
final
after → Map<String, dynamic>?
final
before → Map<String, dynamic>?
final
hashCode → int
The hash code for this object.
no setterinherited
id → String
final
ipAddress → String?
final
metadata → Map<String, dynamic>?
final
resource → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
timestamp → DateTime
final
user → String
final
userAgent → String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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