ResultColumn constructor

ResultColumn(
  1. String name,
  2. ColumnType type,
  3. bool nullable, {
  4. UsedTypeConverter? typeConverter,
  5. Column? sqlParserColumn,
})

Implementation

ResultColumn(this.name, this.type, this.nullable,
    {this.typeConverter, this.sqlParserColumn});