isException property

bool get isException

Implementation

bool get isException => _exception?.isNotEmpty ?? status.isExceptionMode;