Insert constructor

Insert(
  1. dynamic table,
  2. dynamic records, [
  3. Map? options
])

Implementation

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