ActionArgument constructor

ActionArgument(
  1. Action action,
  2. String? name,
  3. String? direction,
  4. String? relatedStateVariable,
  5. bool isRetVal,
)

Implementation

ActionArgument(this.action, this.name, this.direction,
    this.relatedStateVariable, this.isRetVal);