Delete constructor

Delete({
  1. KeySet? keySet,
  2. String? table,
})

Implementation

Delete({
  this.keySet,
  this.table,
});