InsertQuery constructor

InsertQuery(
  1. String tableName, {
  2. required Map<String, dynamic> data,
})

Implementation

InsertQuery(super.tableName, {required this.data});