EventDialRequestCompleted class

Event for dial request completion

Constructors

EventDialRequestCompleted.new({Exception? error, required DialResponse_ResponseStatus responseStatus, required DialStatus dialStatus, required bool dialDataRequired, MultiAddr? dialedAddr})

Properties

dialDataRequired bool
final
dialedAddr MultiAddr?
final
dialStatus DialStatus
final
error Exception?
final
hashCode int
The hash code for this object.
no setterinherited
responseStatus DialResponse_ResponseStatus
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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