PostgreSqlSchemaDetails constructor
PostgreSqlSchemaDetails({
- int? foreignTablesCount,
- List<
PostgreSqlExtension> ? postgresqlExtensions,
Implementation
PostgreSqlSchemaDetails({
this.foreignTablesCount,
this.postgresqlExtensions,
});