PinMessageEvent constructor
PinMessageEvent(
- List<
NIMMessagePin> pinMessages, - NIMMessagePinNotification? notification,
- PinEventType type
Implementation
PinMessageEvent(this.pinMessages, this.notification, this.type);