StandardSqlField constructor

StandardSqlField({
  1. String? name,
  2. StandardSqlDataType? type,
})

Implementation

StandardSqlField({this.name, this.type});