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