TargetHttpsProxiesScopedList constructor

TargetHttpsProxiesScopedList({
  1. List<TargetHttpsProxy>? targetHttpsProxies,
  2. TargetHttpsProxiesScopedListWarning? warning,
})

Implementation

TargetHttpsProxiesScopedList({
  this.targetHttpsProxies,
  this.warning,
});