$WhatsNewClient class
Constructors
- $WhatsNewClient.new($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(
{bool? oCSAPIRequest}) → Future< DynamiteResponse< WhatsNewGetResponseApplicationJson, void> > - Get the changes.
-
$getRaw(
{bool? oCSAPIRequest}) → DynamiteRawResponse< WhatsNewGetResponseApplicationJson, void> - Get the changes.
-
dismiss(
{required String version, bool? oCSAPIRequest}) → Future< DynamiteResponse< WhatsNewDismissResponseApplicationJson, void> > - Dismiss the changes.
-
dismissRaw(
{required String version, bool? oCSAPIRequest}) → DynamiteRawResponse< 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