persistentConnection property - HttpResponse class - dart:io library (original) (raw)

description

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;