ReadableFromFunc constructor

ReadableFromFunc(
  1. T _read<T>()
)

_read will be the function that is called for read.

Implementation

ReadableFromFunc(this._read);