isEnd method

bool isEnd(
  1. int offset
)

Implementation

bool isEnd(int offset) {
  return offset >= _bytes.length;
}