toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (maxConcurrentConnections != null)
        'maxConcurrentConnections': maxConcurrentConnections!,
      if (transactionTimeout != null)
        'transactionTimeout': transactionTimeout!,
    };