StandardSqlStructType constructor

StandardSqlStructType({
  1. List<StandardSqlField>? fields,
})

Implementation

StandardSqlStructType({
  this.fields,
});