MessageDeleteRequest constructor
MessageDeleteRequest({
- String? action,
- DeleteMessagePayload? payload,
- String? resource,
- String? type,
Implementation
MessageDeleteRequest ({
this.action,
this.payload,
this.resource,
this.type,
});