isEmpty property

bool get isEmpty

True when all fields have their defaults - such a filter behaves exactly like the filter-less request.

Implementation

bool get isEmpty =>
    routeIds.isEmpty &&
    lineNames.isEmpty &&
    headings.isEmpty &&
    maxRows == 0 &&
    window == null &&
    time == null &&
    !shapes;