AppSettings class

Settings defined for the library

Constructors

AppSettings(int localSeqId, int networkError, int expireFuturesPeriod, int expireFuturesTimeout)

Properties

expireFuturesPeriod int
Periodicity of garbage collection of unresolved futures.
final
expireFuturesTimeout int
Reject unresolved futures after this many milliseconds.
final
hashCode int
The hash code for this object.
no setterinherited
localSeqId int
Current value of locally issued seqId, used for pending messages
final
networkError int
Default network error
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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