isDefined<T> static method
Check if a factory is defined for a type.
Implementation
static bool isDefined<T>() => _definitions.containsKey(T);
Check if a factory is defined for a type.
static bool isDefined<T>() => _definitions.containsKey(T);