NetworkInsightsAnalysisForwardPathComponentOutboundHeaderDestinationPortRange constructor

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

Implementation

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