TableListTablesView constructor

TableListTablesView({
  1. PrivacyPolicy? privacyPolicy,
  2. bool? useLegacySql,
})

Implementation

TableListTablesView({
  this.privacyPolicy,
  this.useLegacySql,
});