ProxyConfig constructor

const ProxyConfig({
  1. required String tag,
  2. bool? transportLayer,
})

Implementation

const factory ProxyConfig({required String tag, bool? transportLayer}) =
    _ProxyConfig;