getByte method

int getByte(
  1. int index
)

Implementation

int getByte(int index) => _buffer[index];