$WhatsNewClient class
Constructors
- $WhatsNewClient($Client _rootClient)
-
Creates a new
DynamiteClient
for whats_new 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
-
$$get_Request(
{bool? oCSAPIRequest}) → Request - Get the changes.
-
$$get_Serializer(
) → DynamiteSerializer< WhatsNewGetResponseApplicationJson, void> - Builds a serializer to parse the response of $$get_Request.
-
$dismiss_Request(
{required String version, bool? oCSAPIRequest}) → Request - Dismiss the changes.
-
$dismiss_Serializer(
) → DynamiteSerializer< WhatsNewDismissResponseApplicationJson, void> - Builds a serializer to parse the response of $dismiss_Request.
-
$get(
{bool? oCSAPIRequest}) → Future< DynamiteResponse< WhatsNewGetResponseApplicationJson, void> > - Get the changes.
-
dismiss(
{required String version, bool? oCSAPIRequest}) → Future< DynamiteResponse< WhatsNewDismissResponseApplicationJson, void> > - Dismiss the changes.
-
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