MtprotoIsolateData class

Constructors

MtprotoIsolateData({required SendPort sendPort, required Map clientOption, required int clientId, required String pathMtproto, required bool isAndroid, required Duration delayUpdate, required double timeOutUpdate})

Properties

clientId int
getter/setter pair
clientOption Map
getter/setter pair
delayUpdate Duration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAndroid bool
getter/setter pair
pathMtproto String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendPort SendPort
getter/setter pair
timeOutUpdate double
getter/setter pair

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