closed property

Future get closed

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

Implementation

Future get closed {
  return _closed.future;
}