TdlibIsolateData class

Constructors

TdlibIsolateData({required bool isCli, required SendPort sendPort, required String pathTdlib, required bool isAndroid, required Duration? delayUpdate, required double timeOutUpdate})

Properties

delayUpdate Duration?
final
hashCode int
The hash code for this object.
no setterinherited
isAndroid bool
final
isCli bool
final
pathTdlib String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendPort SendPort
final
timeOutUpdate double
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