rest method
dynamic
rest()
Return the remaining contents of the stream
Implementation
dynamic rest() => peek(contents.length - index);
Return the remaining contents of the stream
dynamic rest() => peek(contents.length - index);