at method

int at(
  1. int index
)

Implementation

int at(int index) => _bytes[index];