MongodbCollection constructor
      
      MongodbCollection({ 
    
    
- String? collection,
- List<MongodbField> ? fields,
Implementation
MongodbCollection({this.collection, this.fields});