MessagePinEventResponse constructor
MessagePinEventResponse({
- String? type,
- String? resource,
- String? action,
- dynamic uuid,
- PinEventPayload? payload,
- List? errors,
Implementation
MessagePinEventResponse({
this.type,
this.resource,
this.action,
this.uuid,
this.payload,
this.errors,
});