MysqlTable constructor

MysqlTable({
  1. List<MysqlColumn>? mysqlColumns,
  2. String? table,
})

Implementation

MysqlTable({
  this.mysqlColumns,
  this.table,
});