isEmpty method

bool isEmpty()

Implementation

bool isEmpty() =>
    query == null &&
    historyCmd == null &&
    latestCmd == null &&
    tsCmd == null &&
    aggHistoryCmd == null &&
    aggTsCmd == null;