messageSourceOther property
The message is from some other source
Implementation
MessageSourceOther? get messageSourceOther {
if (this is MessageSourceOther) {
return this as MessageSourceOther;
}
return null;
}
The message is from some other source
MessageSourceOther? get messageSourceOther {
if (this is MessageSourceOther) {
return this as MessageSourceOther;
}
return null;
}