nativeConstruct property

Construct nativeConstruct
getter/setter pair

Implementation

late Construct nativeConstruct = lib
    .lookup<NativeFunction<NativeConstruct>>("${nativePrefix}_construct")
    .asFunction<Construct>();