isNewContactAlert property
bool
get
isNewContactAlert
Implementation
bool get isNewContactAlert {
if (bodyType == MessageType.CUSTOM) {
if ((body as CustomMessageBody).event == alertContactAddKey) {
return true;
}
}
return false;
}