clearPinInfo method
Implementation
MessageModel clearPinInfo() {
return MessageModel(
modelId: id,
message: message,
reactions: reactions,
quoteMessage: quoteMessage,
thread: thread,
pinInfo: null,
);
}
MessageModel clearPinInfo() {
return MessageModel(
modelId: id,
message: message,
reactions: reactions,
quoteMessage: quoteMessage,
thread: thread,
pinInfo: null,
);
}