isFactory property

bool get isFactory

Whether the component uses the factory registration lifecycle.

Implementation

bool get isFactory => lifecycle == RegistrationLifecycle.factory;