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