NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange constructor

const NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange({
  1. Input<int?>? from,
  2. Input<int?>? to,
})

Implementation

const NetworkInsightsAnalysisForwardPathComponentOutboundHeaderSourcePortRange({
  this.from,
  this.to,
});