tables property

  1. @TagNumber(2)
PbList<FFPostgresTable> get tables

@doc Supabase database tables.

Implementation

@$pb.TagNumber(2)
$pb.PbList<FFPostgresTable> get tables => $_getList(1);