ListCollectionsCursor constructor
      
      ListCollectionsCursor(
    
    
- Db db,
- dynamic selector
Implementation
ListCollectionsCursor(Db db, selector) : super(db, null, selector);ListCollectionsCursor(Db db, selector) : super(db, null, selector);