idle property - HttpConnectionsInfo class - dart:io library (original) (raw)

description

int idle

getter/setter pair

Number of idle connections held by clients as persistent connections.

Implementation

int idle = 0;