innerExceptions property

List<Exception> get innerExceptions

Gets a read-only collection of the Exception instances that caused the current exception.

Implementation

List<Exception> get innerExceptions => List.unmodifiable(_innerExceptions);