recordedErrors property

List<ObservedError> get recordedErrors

All recorded error events, in order.

Implementation

List<ObservedError> get recordedErrors => List.unmodifiable(_errors);