isFactory property
bool
get
isFactory
Whether the component uses the factory registration lifecycle.
Implementation
bool get isFactory => lifecycle == RegistrationLifecycle.factory;
Whether the component uses the factory registration lifecycle.
bool get isFactory => lifecycle == RegistrationLifecycle.factory;