ConvertData constructor
ConvertData(
- String name,
- DartType paramType,
- DartType returnType
Implementation
ConvertData(this.name, this.paramType, this.returnType);