getAsyncLazyInstanceDelegate property

Future<T> Function<T extends MvvmInstance>({int index}) getAsyncLazyInstanceDelegate
getter/setter pair

Implementation

late Future<T> Function<T extends MvvmInstance>({int index})
    getAsyncLazyInstanceDelegate;