MongoDbIndex constructor

MongoDbIndex(
  1. Map<String, dynamic> keys,
  2. String key,
  3. bool unique,
  4. bool sparse,
  5. bool background,
  6. bool dropDups,
  7. Map<String, dynamic> partialFilterExpression,
  8. String name,
)

Implementation

MongoDbIndex(this.keys, this.key, this.unique, this.sparse, this.background,
    this.dropDups, this.partialFilterExpression, this.name);