FormAction constructor

FormAction({
  1. String? actionMethodName,
  2. List<ActionParameter>? parameters,
})

Implementation

FormAction({
  this.actionMethodName,
  this.parameters,
});