MongodbCollection constructor

MongodbCollection({
  1. String? collection,
  2. List<MongodbField>? fields,
})

Implementation

MongodbCollection({this.collection, this.fields});