$buildCommand method

  1. @override
Map<String, Object> $buildCommand()
inherited

Implementation

@override
Map<String, Object> $buildCommand() => <String, Object>{
      keyInsert: collection!.collectionName,
      keyDocuments: documents
    };