StandardSqlField constructor
      
      StandardSqlField({ 
    
    
- String? name,
- StandardSqlDataType? type,
Implementation
StandardSqlField({
  this.name,
  this.type,
});StandardSqlField({
  this.name,
  this.type,
});