ListError<O> typedef

ListError<O> = List<O> Function(Object e, StackTrace trace)

Implementation

typedef ListError<O> = List<O> Function(Object e, StackTrace trace);