persistentConnection property
Whether the connection is persistent (keep-alive).
Implementation
@override
bool get persistentConnection => origin.persistentConnection;
Whether the connection is persistent (keep-alive).
@override
bool get persistentConnection => origin.persistentConnection;