FormService class
Constructors
- FormService(ApiClient client)
- Constructs a FormService using the provided ApiClient.
Properties
Methods
-
fetchForms(
) → Future< List< FormModel> > - Fetches all available forms from the Form.io backend.
-
getFormByPath(
String pathOrId) → Future< FormModel> - Fetches a single form using its path or ID from Form.io.
-
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