DbRemoveResponse constructor

DbRemoveResponse({
  1. String? code,
  2. String? message,
  3. String? requestId,
  4. dynamic deleted,
})

Implementation

DbRemoveResponse({
  this.code,
  this.message,
  this.requestId,
  this.deleted,
});