nativeIsComplete property

NativeIsComplete nativeIsComplete
getter/setter pair

Implementation

late NativeIsComplete nativeIsComplete = lib
    .lookup<NativeFunction<NativeIsComplete>>("${nativePrefix}_is_complete")
    .asFunction();