NetworkConfig class

Inheritance

Constructors

NetworkConfig({@required String server_address, int network_retries_count, int message_retries_count, int message_processing_timeout, int wait_for_timeout, int out_of_sync_threshold, String access_key})
NetworkConfig.fromMap(Map<String, dynamic> map)

Properties

access_key String
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
message_processing_timeout int
read-only
message_retries_count int
read-only
network_retries_count int
read-only
out_of_sync_threshold int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
server_address String
read-only
wait_for_timeout int
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() Map<String, dynamic>
override
toString() String
Returns a string representation of this object.
inherited

Operators

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