Table.fromDB constructor

Table.fromDB(
  1. DB db,
  2. String tableName, [
  3. Map? options
])

Implementation

Table.fromDB(DB db, String tableName, [Map? options])
    : super([db, tableName], options);