operator [] method

int operator [](
  1. int i
)

Get byte at given index

Implementation

int operator [] (int i) => _byteData.getInt8(i);