isFirstSync property

bool isFirstSync
getter/setter pair

Whether RaylibTempStructAllocatorBase.PointerTo has never been called for this instance.

Used to full sync once to push pre-promotion Dart state to memory on the first RaylibTempStructAllocatorBase.PointerTo allocation.

Implementation

bool isFirstSync = true;