Insert constructor
Insert(
- dynamic table,
- dynamic records, [
- Map? options
Implementation
Insert(table, records, [Map? options]) : super([table, records], options);