Arg constructor

Arg(
  1. String name,
  2. Type type,
  3. bool isArray
)

Implementation

Arg(this.name, this.type, this.isArray);