recentExceptions static method

List<ExceptionRecord> recentExceptions({
  1. int? limit,
})

Implementation

static List<ExceptionRecord> recentExceptions({int? limit}) =>
    _recent(_exceptions, limit);