active property Null safety

int active
read / write

Number of active connections where actual request/response processing is active.

Implementation

int active = 0;