ServerInfo class abstract

All values will be null until they are received from the server.

Constructors

ServerInfo()

Properties

codecVersion ServerCodecVersion?
no setter
config ServerConfig?
no setter
connectionStats ServerConnectionStats?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedClientConfig ServerSuggestedClientConfig?
no setter
version VersionInformation?
no setter

Methods

jsonMap() Map<String, Object>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({bool tabIndent = true}) String
A string representation of this object.
inherited

Operators

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