TableCreate constructor
TableCreate(
- dynamic table, [
- Map? options
Implementation
TableCreate(table, [Map? options]) : super([table], options);
TableCreate(table, [Map? options]) : super([table], options);