ServerConfig class

Constructors

ServerConfig({String host = '127.0.0.1', int port = Db.mongoDefaultPort, bool? isSecure, bool? tlsAllowInvalidCertificates, Uint8List? tlsCAFileContent, Uint8List? tlsCertificateKeyFileContent, String? tlsCertificateKeyFilePassword, ClientMetadata? clientMetadata, bool loadBalanced = false, bool safeAtlas = false})

Properties

clientMetadata ↔ ClientMetadata?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
host ↔ String
getter/setter pair
hostUrl → String
no setter
isAuthenticated ↔ bool
getter/setter pair
isSecure ↔ bool
getter/setter pair
loadBalanced ↔ bool
getter/setter pair
password ↔ String?
getter/setter pair
port ↔ int
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
safeAtlas ↔ bool
getter/setter pair
tlsAllowInvalidCertificates ↔ bool
getter/setter pair
tlsCAFileContent ↔ Uint8List?
getter/setter pair
tlsCertificateKeyFileContent ↔ Uint8List?
getter/setter pair
tlsCertificateKeyFilePassword ↔ String?
getter/setter pair
userName ↔ String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited