IndexWhereClause.any constructor

const IndexWhereClause.any({
  1. required String indexName,
})

Implementation

const IndexWhereClause.any({required this.indexName})
    : lower = null,
      upper = null,
      includeLower = true,
      includeUpper = true,
      super._();