idle property - HttpConnectionsInfo class - dart:io library (original) (raw)
int idle
getter/setter pair
Number of idle connections held by clients as persistent connections.
Implementation
int idle = 0;
int idle
getter/setter pair
Number of idle connections held by clients as persistent connections.
int idle = 0;