skipBytes property

void skipBytes=(int bytes)

Skip bytes

Implementation

set skipBytes(int bytes) => _position += bytes;