CreateCollectionCommand constructor

CreateCollectionCommand(
  1. Db db,
  2. String name, {
  3. CreateCollectionOptions? createCollectionOptions,
  4. Map<String, Object>? rawOptions,
})

Implementation

CreateCollectionCommand(super.db, super.name,
    {CreateCollectionOptions? createCollectionOptions, super.rawOptions})
    : super(createOptions: createCollectionOptions);