TableSchema constructor

TableSchema({
  1. List<TableFieldSchema>? fields,
})

Implementation

TableSchema({
  this.fields,
});