$buildCommand method

Map<String, Object> $buildCommand()
inherited

Implementation

Map<String, Object> $buildCommand() => command == null
    ? throw MongoDartError('Command not specified')
    : command!;