ConfigureConnectionAsklessResponse class

Inheritance

Constructors

ConfigureConnectionAsklessResponse(dynamic output, AsklessError? error, String clientRequestId, String? serverId)
ConfigureConnectionAsklessResponse.fromResponse(InternalAsklessResponseEntity asklessResponse)
factory

Properties

clientRequestId → String
finalinherited
connectionConfiguration → ConnectionConfiguration?
no setter
error ↔ AsklessError?
Error details in case where success == false
getter/setter pairinherited
errorDescription → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
output ↔ dynamic
The output the server sent, or null.
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
serverId → String?
finalinherited
success → bool
Indicates whether the request attempt is a success
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

Constants

typeResponse → const String