isAckRequired property Null safety

bool isAckRequired

Implementation

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