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

errorCode ErrorCode
The error code returned by the callback.
final
finished bool
Indicates whether the callback has finished.
final
hashCode int
The hash code for this object.
no setterinherited
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
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