W3cubDocs

/Dart 2

closing property

int closing
read / write

Number of connections which are preparing to close. Note: These connections are also part of the active count as they might still be sending data to the client before finally closing.

Implementation

int closing = 0

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-io/HttpConnectionsInfo/closing.html