TargetHttpsProxiesScopedListWarningData constructor

TargetHttpsProxiesScopedListWarningData({
  1. String? key,
  2. String? value,
})

Implementation

TargetHttpsProxiesScopedListWarningData({
  this.key,
  this.value,
});