ConvertData constructor

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

Implementation

ConvertData(this.name, this.paramType);