exceptions property

List<Exception> exceptions

Implementation

List<Exception> get exceptions =>
    [for (final e in exceptionsAndStackTraces) e.exception];