MysqlTable constructor
MysqlTable({
- List<
MysqlColumn> ? mysqlColumns, - String? table,
Implementation
MysqlTable({
this.mysqlColumns,
this.table,
});
MysqlTable({
this.mysqlColumns,
this.table,
});