FormService class

Constructors

FormService(ApiClient client)
Constructs a FormService using the provided ApiClient.

Properties

client ApiClient
An instance of the API client to make HTTP requests.
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

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