isError property

bool get isError

Implementation

bool get isError {
  return this == AtomicOtpStatus.error ||
         this == AtomicOtpStatus.timeout;
}