TableDrop constructor

TableDrop(
  1. dynamic tbl, [
  2. Map? options
])

Implementation

TableDrop(tbl, [Map? options]) : super([tbl], options);