MtprotoClient class

add state data

Constructors

MtprotoClient({required int client_id, required Isolate isolate, int client_user_id = 0})

Properties

client_id int
getter/setter pair
client_user_id int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isolate Isolate
getter/setter pair
join_date DateTime
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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