ActionService class

Constructors

ActionService(ApiClient client)
Constructs an ActionService using the provided ApiClient.

Properties

client ApiClient
API client used to perform HTTP operations.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAction(String formId, ActionModel action) Future<ActionModel>
Creates a new action for a form.
deleteAction(String formId, String actionId) Future<void>
Deletes an action from a form.
getAction(String formId, String actionId) Future<ActionModel>
Gets a specific action by ID.
listActions(String formId) Future<List<ActionModel>>
Lists all actions configured for a specific form.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAction(String formId, String actionId, ActionModel action) Future<ActionModel>
Updates an existing action.

Operators

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