TransformColumn constructor
TransformColumn({
- String? name,
- String? transformSql,
- StandardSqlDataType? type,
Implementation
TransformColumn({this.name, this.transformSql, this.type});