ConvertData constructor

ConvertData(
  1. String name,
  2. DartType paramType,
  3. DartType returnType
)

Implementation

ConvertData(this.name, this.paramType, this.returnType);