ConnState class

Contains information about an ongoing connection in a parallel worker.

Constructors

ConnState(String id, int start, int end)
ConnState.fromJson(Map<String, dynamic> json)

Properties

end int
Shortcut for range.end.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of this connection.
final
range DataRange
The data range to be transferred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start int
Shortcut for range.start.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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