TableFieldSchema constructor

TableFieldSchema({
  1. String? field,
  2. List<TableFieldSchema>? fields,
  3. String? mode,
  4. String? type,
})

Implementation

TableFieldSchema({
  this.field,
  this.fields,
  this.mode,
  this.type,
});