DbUpdateResponse constructor

DbUpdateResponse({
  1. String? code,
  2. String? requestId,
  3. String? message,
  4. String? updateId,
  5. dynamic updated,
})

Implementation

DbUpdateResponse({
  this.code,
  this.requestId,
  this.message,
  this.updateId,
  this.updated,
});