persistentConnection property - HttpResponse class - dart:io library (original) (raw)
bool persistentConnection
getter/setter pair
Gets and sets the persistent connection state. The initial value of this property is the persistent connection state from the request.
Implementation
late bool persistentConnection;