QueueProcessResult class
Result of processing a single queued request.
- Annotations
Constructors
- QueueProcessResult({required QueuedRequest request, required bool isSuccess, dynamic data, Object? error})
-
const
Properties
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