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