NIMPassThroughProxyData constructor Null safety

NIMPassThroughProxyData(
  1. {String? zone,
  2. String? path,
  3. int method = PassThroughMethod.POST,
  4. String? header,
  5. String? body}
)

Implementation

NIMPassThroughProxyData({
  this.zone,
  this.path,
  this.method = PassThroughMethod.POST,
  this.header,
  this.body,
});