TargetHttpProxiesScopedList constructor

TargetHttpProxiesScopedList({
  1. List<TargetHttpProxy> targetHttpProxies = const [],
  2. Warning? warning,
})

Implementation

TargetHttpProxiesScopedList({this.targetHttpProxies = const [], this.warning})
  : super(fullyQualifiedName);