SentObject class

Constructors

SentObject({required int id, required String method, required dynamic resolve(dynamic), required dynamic reject(dynamic), required Timer timer, required dynamic close()})

Properties

close → dynamic Function()
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
method String
final
reject → dynamic Function(dynamic)
final
resolve → dynamic Function(dynamic)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timer Timer
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