postgresqlTables property

  1. @TagNumber.new(2)
List<PostgresqlTable> get postgresqlTables

Tables in the schema.

Implementation

@$pb.TagNumber(2)
$core.List<PostgresqlTable> get postgresqlTables => $_getList(1);