TargetHttpsProxiesScopedListWarning constructor

TargetHttpsProxiesScopedListWarning({
  1. String? code,
  2. List<TargetHttpsProxiesScopedListWarningData>? data,
  3. String? message,
})

Implementation

TargetHttpsProxiesScopedListWarning({
  this.code,
  this.data,
  this.message,
});