InternalAsklessResponseEntity class

Inheritance
Implementers

Constructors

InternalAsklessResponseEntity({String? serverId, required String clientRequestId, dynamic output, AsklessError? error})

Properties

clientRequestId String
final
error AsklessError?
Error details in case where success == false
getter/setter pairinherited
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?
final
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