TableCreate constructor

TableCreate(
  1. dynamic table, [
  2. Map? options
])

Implementation

TableCreate(table, [Map? options]) : super([table], options);