$HoverCardClient class
Constructors
- $HoverCardClient($Client _rootClient)
-
Creates a new
DynamiteClient
for hover_card 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
-
$getUser_Request(
{required String userId, bool? oCSAPIRequest}) → Request - Get the account details for a hovercard.
-
$getUser_Serializer(
) → DynamiteSerializer< HoverCardGetUserResponseApplicationJson, void> - Builds a serializer to parse the response of $getUser_Request.
-
getUser(
{required String userId, bool? oCSAPIRequest}) → Future< DynamiteResponse< HoverCardGetUserResponseApplicationJson, void> > - Get the account details for a hovercard.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited