UserChangeData class

User data while attempting to change the User.

Constructors

UserChangeData({required String? id, required Map<String, Object?> properties, required Map<String, Object?> data, required Map<Type, String?> idOverrides, required Map<Type, Map<String, Object?>> propertiesOverrides})

Properties

data Map<String, Object?>
The user arbitrary data. Corresponds to User.getData.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The user id. Corresponds to User.id.
getter/setter pair
idOverrides Map<Type, String?>
The user id that has been overridden for each Type.
final
properties Map<String, Object?>
The user properties. Corresponds to User.properties.
final
propertiesOverrides Map<Type, Map<String, Object?>>
The user properties that have been overridden for each Type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIdFor<T>() String?
Retrieves the id that has been overridden for each Type.
getPropertiesFor<T>() Map<String, Object?>
Retrieves the properties that have been overridden for each Type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAllProperties() → void
Sets all values of properties to null.
toString() String
A string representation of this object.
inherited

Operators

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