contains<T> method

bool contains<T>()

Implementation

bool contains<T>() {
  return repos.whereType<T>().isNotEmpty;
}