read method

T read()

read method.

Implementation

T read() {
  throwIfDisposed('read value');
  return _value;
}