getAllModels method

List<Type> getAllModels()

Implementation

List<Type> getAllModels() {
  return _providers.expand((p) => p.getModels()).toList();
}