messageSourceSearch property
The message is from search results, including file downloads, local file list, outgoing document messages, calendar
Implementation
MessageSourceSearch? get messageSourceSearch {
if (this is MessageSourceSearch) {
return this as MessageSourceSearch;
}
return null;
}