isSecure property
final
To use the secure url, if isSecure is true then url will start with wss: otherwise ws: is used
Implementation
final bool isSecure;
To use the secure url, if isSecure is true then url will start with wss: otherwise ws: is used
final bool isSecure;