Form Validate Action
TheStacFormValidateAction
class is used to validate a form in Stac applications.
Properties
Property | Type | Description |
---|---|---|
isValid | Map<String, dynamic> | The action to perform if the form is valid. |
isNotValid | Map<String, dynamic> | The action to perform if the form is not valid. |