MessageDeleteResponse constructor

MessageDeleteResponse({
  1. String? type,
  2. String? resource,
  3. String? action,
  4. dynamic uuid,
  5. Payload? payload,
  6. List? errors,
})

Implementation

MessageDeleteResponse ({
  this.type,
  this.resource,
  this.action,
  this.uuid,
  this.payload,
  this.errors,
});