isSingleton property

bool get isSingleton

Whether the component uses the singleton registration lifecycle.

Implementation

bool get isSingleton => lifecycle == RegistrationLifecycle.singleton;