isGeneric property

bool isGeneric
getter/setter pair

Whether the exception stems from Dart's own engine, or it is simply an unknown exception.

If true, then it is a known exception specific to DartBlock.

Implementation

bool isGeneric;