TransformColumn constructor

TransformColumn({
  1. String? name,
  2. String? transformSql,
  3. StandardSqlDataType? type,
})

Implementation

TransformColumn({
  this.name,
  this.transformSql,
  this.type,
});