FormAction class
A form action describes the behavior when the form is submitted.
For example, you can invoke Apps Script to handle the form.
Constructors
-
FormAction({String? actionMethodName, List<
ActionParameter> ? parameters}) - FormAction.fromJson(Map json_)
Properties
- actionMethodName ↔ String?
-
The method name is used to identify which part of the form triggered the
form submission.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ List<
ActionParameter> ? -
List of action parameters.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited