isLazySingleton property

bool get isLazySingleton

Whether the component uses the lazy singleton registration lifecycle.

Implementation

bool get isLazySingleton => lifecycle == RegistrationLifecycle.lazySingleton;