reader static method

ReaderWithCBuffer reader(
  1. Store store
)

The low-level pointer to this store.

Implementation

@pragma('vm:prefer-inline')
static ReaderWithCBuffer reader(Store store) => store._reader;