UserUpdate class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
removePrivateProperty(
String key) → UserUpdate -
removePublicProperty(
String key) → UserUpdate -
setPrivateProperty(
String key, String value) → UserUpdate -
setPublicProperty(
String key, String value) → UserUpdate -
toJSON(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
updateAvatarUrl(
String avatarUrl) → UserUpdate - Set the avatar URL.
-
updateBase64Avatar(
String base64Avatar) → UserUpdate - Set the avatar using a Base64 encoded image.
-
updateDisplayName(
String name) → UserUpdate - Set the display name.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited