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
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