wasAborted property
bool
get
wasAborted
Whether the hook aborted the chain.
Implementation
bool get wasAborted => result is HookAbort;
Whether the hook aborted the chain.
bool get wasAborted => result is HookAbort;