streamSetting property

Map<String, dynamic> streamSetting
getter/setter pair

Implementation

late Map<String, dynamic> streamSetting = {
  "network": network,
  "security": "",
  "tcpSettings": null,
  "kcpSettings": null,
  "wsSettings": null,
  "httpSettings": null,
  "tlsSettings": null,
  "quicSettings": null,
  "realitySettings": null,
  "grpcSettings": null,
  "dsSettings": null,
  "sockopt": null
};