TableInfo constructor
const
TableInfo({})
Table information for DDL generation: the full definition a generator needs to emit a CREATE TABLE, or to rebuild one.
Implementation
const TableInfo({
required this.name,
required this.columns,
this.checks = const {},
});