PostgresTableDeclaration constructor

const PostgresTableDeclaration({
  1. required PostgresTableHandle handle,
  2. required String description,
})

Implementation

const PostgresTableDeclaration({
  required this.handle,
  required this.description,
});