hasProvider method

bool hasProvider(
  1. Type type
)

Implementation

bool hasProvider(Type type) {
  return providers[type] != null;
}