FormAction constructor
FormAction({
- String? actionMethodName,
- List<
ActionParameter> ? parameters,
Implementation
FormAction({
this.actionMethodName,
this.parameters,
});