VariablesApi class
Constructors
- VariablesApi(Dio _dio)
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
-
createVariable(
Map< String, dynamic> variableData) → Future<Response> - Create a variable
-
deleteVariable(
String id) → Future< Response> - Delete a variable by ID
-
getVariables(
{int? limit, String? cursor}) → Future< Response> - Retrieve all variables
-
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