ArgumentABI constructor

ArgumentABI(
  1. String name,
  2. TypeTag typeTag
)

Implementation

ArgumentABI(this.name, this.typeTag);