ServerStatusCommand constructor

ServerStatusCommand(
  1. Db db, {
  2. ServerStatusOptions? serverStatusOptions,
  3. Map<String, Object>? rawOptions,
})

Implementation

ServerStatusCommand(Db db,
    {ServerStatusOptions? serverStatusOptions,
    Map<String, Object>? rawOptions})
    : super(db,
          <String, Object>{...?serverStatusOptions?.options, ...?rawOptions},
          command: _command);