useInstancePartDelegate property

T Function<T extends BaseInstancePart<dynamic, MvvmInstance>>({int index}) useInstancePartDelegate
getter/setter pair

Implementation

late T Function<T extends BaseInstancePart>({int index})
    useInstancePartDelegate;