PostgresTableDeclaration constructor
const
PostgresTableDeclaration({
- required PostgresTableHandle handle,
- required String description,
Implementation
const PostgresTableDeclaration({
required this.handle,
required this.description,
});