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