isEmpty property

bool get isEmpty

Implementation

bool get isEmpty =>
    filter == null &&
    skip == null &&
    limit == null &&
    sort == null &&
    select == null &&
    populate == null &&
    deepPopulate == null;