AskarCallbackBlankResult class base
Represents a blank result from an Askar callback.
This class contains the errorCode and finished status of the callback.
- Implementers
Constructors
- AskarCallbackBlankResult(ErrorCode errorCode, bool finished)
- Constructs an instance of AskarCallbackBlankResult.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
throwOnError(
) → void - Throws an exception if the error code indicates an error.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited