Action constructor

Action({
  1. String? ret,
  2. List<Argument>? args,
})

Implementation

Action({this.ret, this.args});