isSingleton property
bool
get
isSingleton
Whether the component uses the singleton registration lifecycle.
Implementation
bool get isSingleton => lifecycle == RegistrationLifecycle.singleton;
Whether the component uses the singleton registration lifecycle.
bool get isSingleton => lifecycle == RegistrationLifecycle.singleton;