isNewMessage property Null safety
Implementation
bool get isNewMessage =>
cmd == CommandString.userMessage ||
cmd == CommandString.fileMessage ||
cmd == CommandString.adminMessage ||
cmd == CommandString.broadcastMessage;
bool get isNewMessage =>
cmd == CommandString.userMessage ||
cmd == CommandString.fileMessage ||
cmd == CommandString.adminMessage ||
cmd == CommandString.broadcastMessage;