ServerStatusOptions constructor
      const
      ServerStatusOptions({ 
    
    
- bool assertsExcluded = false,
- bool connectionsExcluded = false,
- bool defaultRWConcernExcluded = false,
- bool electionMetricsExcluded = false,
- bool extraInfoExcluded = false,
- bool flowControlExcluded = false,
- bool freeMonitoringExcluded = false,
- bool globalLockExcluded = false,
- bool hedgingMetricsExcluded = false,
- bool latchAnalysisIncluded = false,
- bool logicalSessionRecordCacheExcluded = false,
- bool locksExcluded = false,
- bool memExcluded = false,
- bool metricsExcluded = false,
- bool mirroredReadsIncluded = false,
- bool networkExcluded = false,
- bool opLatenciesExcluded = false,
- bool opReadConcernCountersExcluded = false,
- bool opWriteConcernCountersExcluded = false,
- bool opcountersExcluded = false,
- bool opcountersReplExcluded = false,
- bool oplogTruncationExcluded = false,
- bool? repl,
- bool securityExcluded = false,
- bool shardingExcluded = false,
- bool shardingStatisticsExcluded = false,
- bool shardedIndexConsistencyExcluded = false,
- bool storageEngineExcluded = false,
- bool transactionsExcluded = false,
- bool transportSecurityExcluded = false,
- bool watchdogExcluded = false,
- bool wiredTigerExcluded = false,
Implementation
const ServerStatusOptions(
    {this.assertsExcluded = false,
    this.connectionsExcluded = false,
    this.defaultRWConcernExcluded = false,
    this.electionMetricsExcluded = false,
    this.extraInfoExcluded = false,
    this.flowControlExcluded = false,
    this.freeMonitoringExcluded = false,
    this.globalLockExcluded = false,
    this.hedgingMetricsExcluded = false,
    this.latchAnalysisIncluded = false,
    this.logicalSessionRecordCacheExcluded = false,
    this.locksExcluded = false,
    this.memExcluded = false,
    this.metricsExcluded = false,
    this.mirroredReadsIncluded = false,
    this.networkExcluded = false,
    this.opLatenciesExcluded = false,
    this.opReadConcernCountersExcluded = false,
    this.opWriteConcernCountersExcluded = false,
    this.opcountersExcluded = false,
    this.opcountersReplExcluded = false,
    this.oplogTruncationExcluded = false,
    this.repl,
    this.securityExcluded = false,
    this.shardingExcluded = false,
    this.shardingStatisticsExcluded = false,
    this.shardedIndexConsistencyExcluded = false,
    this.storageEngineExcluded = false,
    this.transactionsExcluded = false,
    this.transportSecurityExcluded = false,
    this.watchdogExcluded = false,
    this.wiredTigerExcluded = false});