$UserAvatarClient class

Constructors

$UserAvatarClient($Client _rootClient)
Creates a new DynamiteClient for user_avatar requests.

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

$tempAvatarDeleteAvatar_Request({bool? oCSAPIRequest}) → Request
Delete your avatar as a user.
$tempAvatarDeleteAvatar_Serializer() → DynamiteSerializer<TempAvatarDeleteAvatarResponseApplicationJson, void>
Builds a serializer to parse the response of $tempAvatarDeleteAvatar_Request.
$tempAvatarPostAvatar_Request({bool? oCSAPIRequest}) → Request
Upload your avatar as a user.
$tempAvatarPostAvatar_Serializer() → DynamiteSerializer<TempAvatarPostAvatarResponseApplicationJson, void>
Builds a serializer to parse the response of $tempAvatarPostAvatar_Request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tempAvatarDeleteAvatar({bool? oCSAPIRequest}) Future<DynamiteResponse<TempAvatarDeleteAvatarResponseApplicationJson, void>>
Delete your avatar as a user.
tempAvatarPostAvatar({bool? oCSAPIRequest}) Future<DynamiteResponse<TempAvatarPostAvatarResponseApplicationJson, void>>
Upload your avatar as a user.
toString() String
A string representation of this object.
inherited

Operators

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