PostgresqlSchema constructor

PostgresqlSchema({
  1. List<PostgresqlTable>? postgresqlTables,
  2. String? schema,
})

Implementation

PostgresqlSchema({
  this.postgresqlTables,
  this.schema,
});