IdWhereClause.any constructor

const IdWhereClause.any()

Where clause that matches all ids. Useful to get sorted results.

Implementation

const IdWhereClause.any()
    : lower = null,
      upper = null,
      includeLower = true,
      includeUpper = true,
      super._();