ClientOptions class

Options for instantiating a BaseMindClient.

Constructors

ClientOptions({String serverAddress = defaultApiGatewayAddress, int serverPort = defaultApiGatewayPort, bool debug = false, Logger? logger, ChannelOptions? channelOptions})

Properties

channelOptions → ChannelOptions?
gRPC channel options.
final
debug bool
Controls outputting debug log messages. Defaults to 'false'.
final
hashCode int
The hash code for this object.
no setterinherited
logger → Logger?
A logger instance to use. If not provided the default logger will be used.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverAddress String
The address of the basemind gateway to connect to.
final
serverPort int
The server port to use.
final

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