StandardSqlDataType constructor

StandardSqlDataType({
  1. StandardSqlDataType? arrayElementType,
  2. StandardSqlDataType? rangeElementType,
  3. StandardSqlStructType? structType,
  4. String? typeKind,
})

Implementation

StandardSqlDataType({
  this.arrayElementType,
  this.rangeElementType,
  this.structType,
  this.typeKind,
});