StandardSqlDataType constructor
      
      StandardSqlDataType({ 
    
    
- StandardSqlDataType? arrayElementType,
- StandardSqlDataType? rangeElementType,
- StandardSqlStructType? structType,
- String? typeKind,
Implementation
StandardSqlDataType({
  this.arrayElementType,
  this.rangeElementType,
  this.structType,
  this.typeKind,
});