isFailed method
Returns true if an actionOrActionTypeOrList
failed with an UserException.
Note: This method uses the EXACT type in actionOrActionTypeOrList
. Subtypes are not considered.
Implementation
bool isFailed(Object actionOrTypeOrList) => _store.isFailed(actionOrTypeOrList);