total property - HttpConnectionsInfo class - dart:io library (original) (raw)
int total
getter/setter pair
Total number of socket connections.
Implementation
int total = 0;
int total
getter/setter pair
Total number of socket connections.
int total = 0;