Argument constructor

const Argument(
  1. String name,
  2. Symbol symbolName,
  3. String type,
  4. Symbol symbolType,
)

Implementation

const Argument(this.name, this.symbolName, this.type, this.symbolType);