UpdateUserAttributeRequest class

Encapsulates parameters for a update user attribute operation.

Constructors

UpdateUserAttributeRequest({required UserAttributeKey userAttributeKey, required String value, UpdateUserAttributeOptions? options})
Encapsulates parameters for a update user attribute operation.

Properties

attribute AuthUserAttribute
The user attribute to update
final
hashCode int
The hash code for this object.
no setterinherited
options UpdateUserAttributeOptions?
Plugin-specific, advanced options such as information about the client
final
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
serializeAsMap() Map<String, Object?>
Serialize the object to a map for use over the method channel
toString() String
A string representation of this object.
inherited

Operators

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