isBroadcast abstract method
Checks whether this is a broadcast message.
- If receiver is broadcast, return true
- If group exists and is broadcast, return true too
@param message - message with sender, group (optional)
@return true on broadcast
Implementation
bool isBroadcast(Message message);