IdWhereClause.any constructor

const IdWhereClause.any()

Implementation

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