UserListener mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onUserChanged(User user, User? actor, UserChanges changes) → void
Invoked when a user changes (e.g. channel, comment).
onUserRemoved(User user, User? actor, String? reason, bool? ban) → void
Called when a user leaves the server or is removed from it.
onUserStats(User user, UserStats stats) → void
Called when user stats are received.
toString() String
A string representation of this object.
inherited

Operators

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