NIMPassThroughProxyData constructor Null safety
Implementation
NIMPassThroughProxyData({
required this.zone,
required this.path,
this.method = PassThroughMethod.POST,
required this.header,
required this.body,
});
NIMPassThroughProxyData({
required this.zone,
required this.path,
this.method = PassThroughMethod.POST,
required this.header,
required this.body,
});