TableSchema constructor

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

Implementation

TableSchema({this.fields, this.foreignTypeInfo});