XrayOutbound constructor

const XrayOutbound({
  1. required String tag,
  2. required String protocol,
  3. JsonMap settings = const {},
  4. XrayStreamSettings? streamSettings,
  5. JsonMap? proxySettings,
  6. String? sendThrough,
  7. JsonMap? mux,
})

Implementation

const XrayOutbound({
  required this.tag,
  required this.protocol,
  this.settings = const {},
  this.streamSettings,
  this.proxySettings,
  this.sendThrough,
  this.mux,
});