ReadableFromFunc constructor
ReadableFromFunc(
- T _read<
T>()
_read
will be the function that is called for read.
Implementation
ReadableFromFunc(this._read);
_read
will be the function that is called for read.
ReadableFromFunc(this._read);