isEnd property

bool isEnd

Implementation

bool get isEnd {
  assert(ofst <= buf._buf.lengthInBytes);
  return ofst == buf._buf.lengthInBytes;
}