supportsSocks property

bool? get supportsSocks

Whether the proxy supports SOCKS protocol (optional) @deprecated Use protocol instead

Implementation

bool? get supportsSocks => protocol.isSocks;