UserChanges class

Describes the changes to a User instance - for example when the access token is updated or the user state changes. Right now, this only conveys information that the user has changed, but in the future it will be enhanced by adding details about the exact properties that have been updated.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
The user that has changed.
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