TargetTcpProxiesScopedList constructor

TargetTcpProxiesScopedList({
  1. List<TargetTcpProxy>? targetTcpProxies,
  2. TargetTcpProxiesScopedListWarning? warning,
})

Implementation

TargetTcpProxiesScopedList({
  this.targetTcpProxies,
  this.warning,
});