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