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, String? projectId, String? state}) → 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
-
updateVariable(
String id, {required String key, required String value, String? projectId}) → Future< Response> - Update a variable by ID
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited