isLazy property
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;