UpdateUserAttributesRequest class
Encapsulates parameters for a update user attributes operation.
Constructors
-
UpdateUserAttributesRequest({required List<
AuthUserAttribute> attributes, UpdateUserAttributesOptions? options}) -
Encapsulates parameters for a update user attributes operation.
const
Properties
-
attributes
→ List<
AuthUserAttribute> -
The list of user attribute to update
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- options → UpdateUserAttributesOptions?
-
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