exceptions property

List<Object> get exceptions

Returns a copy of the list of tracked exceptions.

Implementation

List<Object> get exceptions => List.unmodifiable(_exceptions);