TableSnapshot constructor
const
TableSnapshot({})
Creates a snapshot of a single table.
Implementation
const TableSnapshot({
required this.name,
required this.columns,
this.checks = const {},
});
Creates a snapshot of a single table.
const TableSnapshot({
required this.name,
required this.columns,
this.checks = const {},
});