isUpdatedMessage property Null safety

bool isUpdatedMessage

Implementation

bool get isUpdatedMessage =>
    cmd == CommandString.userMessageUpdate ||
    cmd == CommandString.fileMessageUpdate ||
    cmd == CommandString.adminMessageUpdate;