CognitoUserAttribute class
Constructors
- CognitoUserAttribute({String? name, String? value})
Properties
Methods
-
getName(
) → String? -
getValue(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setName(
String name) → CognitoUserAttribute -
setValue(
String value) → CognitoUserAttribute -
toJson(
) → Map< String, String?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited