ListIndexesCursor constructor

ListIndexesCursor(
  1. Db db,
  2. DbCollection collection
)

Implementation

ListIndexesCursor(Db db, DbCollection collection)
    : super(db, collection, <String, dynamic>{});