TargetHttpProxiesScopedList constructor

TargetHttpProxiesScopedList({
  1. List<TargetHttpProxy>? targetHttpProxies,
  2. TargetHttpProxiesScopedListWarning? warning,
})

Implementation

TargetHttpProxiesScopedList({
  this.targetHttpProxies,
  this.warning,
});