readWritable<W extends Writable> method
Reads a Writable using the reader function to instantiate the W instance.
Implementation
W readWritable<W extends Writable>(W Function(BytesBuffer input) reader) =>
reader(this);