MessageUpdatedResponse constructor

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

Implementation

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