offset property

int offset

The current head offset.

Implementation

int get offset {
  _maybeSeedValue();
  return _offset;
}