results<T> method

List<T> results<T>()

Implementation

List<T> results<T>() {
  return allResults.whereType<T>().toList();
}