persistentConnection property Null safety
The requested persistent connection state.
Throws HttpProfileRequestError is hasError is true.
Implementation
bool get persistentConnection => _returnIfNoError(_persistentConnection);
The requested persistent connection state.
Throws HttpProfileRequestError is hasError is true.
bool get persistentConnection => _returnIfNoError(_persistentConnection);