hasAdapterClass<T extends NutrientController> static method
Whether a builder is registered for T.
Implementation
static bool hasAdapterClass<T extends NutrientController>() =>
_factories.containsKey(T);