isLazy property
Flag indicating that this connector is lazy. If set to true instances need to be obtained with DependentMvvmInstance.getLazyLocalInstance and DependentMvvmInstance.getAsyncLazyLocalInstance instead of DependentMvvmInstance.getLocalInstance
Implementation
final bool isLazy;