TransformColumn class
Information about a single transform column.
Constructors
- TransformColumn({String? name, String? transformSql, StandardSqlDataType? type})
 - TransformColumn.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  Name of the column.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - transformSql ↔ String?
 - 
  The SQL expression used in the column transform.
  getter/setter pair
 - type ↔ StandardSqlDataType?
 - 
  Data type of the column after the transform.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited