closed property

Future closed

Future that will be completed when the input stream is closed.

Implementation

Future get closed {
  return _closed.future;
}