isAckRequired property

bool get isAckRequired

Implementation

bool get isAckRequired =>
    CommandString.isUserMessage(cmd) ||
    CommandString.isFileMessage(cmd) ||
    cmd == CommandString.enter ||
    cmd == CommandString.exit ||
    cmd == CommandString.read ||
    cmd == CommandString.pollVote;