$DeclarativeSettingsClient class

Constructors

$DeclarativeSettingsClient($Client _rootClient)
Creates a new DynamiteClient for declarative_settings 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

$getForms_Request({bool? oCSAPIRequest}) → Request
Gets all declarative forms with the values prefilled.
$getForms_Serializer() → DynamiteSerializer<DeclarativeSettingsGetFormsResponseApplicationJson, void>
Builds a serializer to parse the response of $getForms_Request.
$setValue_Request({required String app, required String formId, required String fieldId, required ContentString<JsonObject> value, bool? oCSAPIRequest}) → Request
Sets a declarative settings value.
$setValue_Serializer() → DynamiteSerializer<DeclarativeSettingsSetValueResponseApplicationJson, void>
Builds a serializer to parse the response of $setValue_Request.
getForms({bool? oCSAPIRequest}) Future<DynamiteResponse<DeclarativeSettingsGetFormsResponseApplicationJson, void>>
Gets all declarative forms with the values prefilled.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue({required String app, required String formId, required String fieldId, required ContentString<JsonObject> value, bool? oCSAPIRequest}) Future<DynamiteResponse<DeclarativeSettingsSetValueResponseApplicationJson, void>>
Sets a declarative settings value.
toString() String
A string representation of this object.
inherited

Operators

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