MessageReadByIdRequest constructor

MessageReadByIdRequest({
  1. String? action,
  2. Payload? payload,
  3. String? resource,
  4. String? type,
})

Implementation

MessageReadByIdRequest ({
  this.action,
  this.payload,
  this.resource,
  this.type,
});