isUpdatedMessage property Null safety
Implementation
bool get isUpdatedMessage =>
cmd == CommandString.userMessageUpdate ||
cmd == CommandString.fileMessageUpdate ||
cmd == CommandString.adminMessageUpdate;
bool get isUpdatedMessage =>
cmd == CommandString.userMessageUpdate ||
cmd == CommandString.fileMessageUpdate ||
cmd == CommandString.adminMessageUpdate;