postgresqlSchemas property

  1. @TagNumber(1)
List<PostgresqlSchema> postgresqlSchemas

PostgreSQL schemas in the database server.

Implementation

@$pb.TagNumber(1)
$core.List<PostgresqlSchema> get postgresqlSchemas => $_getList(0);