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