messageSourceNotification property
The message is from a notification
Implementation
MessageSourceNotification? get messageSourceNotification {
if (this is MessageSourceNotification) {
return this as MessageSourceNotification;
}
return null;
}