IAuditLog class abstract

Constructors

IAuditLog()

Properties

entries Map<Snowflake, IAuditLogEntry>
List of audit log entries
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
users Map<Snowflake, IUser>
List of users found in the audit log
latefinal
webhooks Map<Snowflake, IWebhook>
List of webhooks found in the audit log
latefinal

Methods

filter(bool test(IAuditLogEntry)) Iterable<IAuditLogEntry>
Filters audit log by users
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