MysqlSourceConfig constructor

MysqlSourceConfig({
  1. MysqlRdbms? allowlist,
  2. MysqlRdbms? rejectlist,
})

Implementation

MysqlSourceConfig({
  this.allowlist,
  this.rejectlist,
});