reader property
BufferReader
get
reader
Creates a new BufferReader to traverse this
buffer.
Implementation
BufferReader get reader => BufferReader(this);
Creates a new BufferReader to traverse this
buffer.
BufferReader get reader => BufferReader(this);