TableSchema constructor

const TableSchema({
  1. String? name,
  2. String? description,
})

Implementation

const TableSchema({this.name, this.description});