isNotJOB_STATE_FAILED property
bool
get
isNotJOB_STATE_FAILED
Returns true if this value is not jOB_STATE_FAILED, otherwise false.
Implementation
bool get isNotJOB_STATE_FAILED => !isJOB_STATE_FAILED;
Returns true if this value is not jOB_STATE_FAILED, otherwise false.
bool get isNotJOB_STATE_FAILED => !isJOB_STATE_FAILED;