DbCreateResponse constructor

DbCreateResponse({
  1. String? code,
  2. String? message,
  3. String? requestId,
  4. String? id,
})

Implementation

DbCreateResponse({
  this.code,
  this.message,
  this.requestId,
  this.id,
});