Table constructor

Table(
  1. String tableName, [
  2. Map? options
])

Implementation

Table(String tableName, [Map? options]) : super([tableName], options);