ServerConfig class

Constructors

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

Properties

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
password String?
getter/setter pair
port int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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