isLazy property

bool isLazy
final

Flag indicating that this connector is lazy. If set to true instances need to be obtained with DependentKoreInstance.useLazyLocalInstance and DependentKoreInstance.useAsyncLazyLocalInstance instead of DependentKoreInstance.useLocalInstance

Implementation

final bool isLazy;