byteAt method

int byteAt(
  1. int index
)

Implementation

int byteAt(int index) => getBits(Bitmask.byte(index));