PostgresqlSchema constructor
PostgresqlSchema({
- List<
PostgresqlTable> ? postgresqlTables, - String? schema,
Implementation
PostgresqlSchema({
this.postgresqlTables,
this.schema,
});