ptr static method

Pointer<OBX_store> ptr(
  1. Store store
)

The low-level pointer to this store.

Implementation

@pragma('vm:prefer-inline')
static Pointer<OBX_store> ptr(Store store) => store._ptr;