OutboundDetourConfig constructor

const OutboundDetourConfig({
  1. required String protocol,
  2. String? sendThrough,
  3. String? tag,
  4. XrayOutboundSettings? settings,
  5. StreamConfig? streamSettings,
  6. ProxyConfig? proxySettings,
  7. MuxConfig? mux,
  8. XrayTargetStrategy? targetStrategy,
})

Implementation

const factory OutboundDetourConfig({
  required String protocol,
  String? sendThrough,
  String? tag,
  XrayOutboundSettings? settings,
  StreamConfig? streamSettings,
  ProxyConfig? proxySettings,
  MuxConfig? mux,
  XrayTargetStrategy? targetStrategy,
}) = _OutboundDetourConfig;