GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange constructor
const
GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange({})
Creates a new GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange.
from Required.
to Required.
Implementation
const GetNetworkInsightsAnalysisForwardPathComponentInboundHeaderSourcePortRange({
required this.from,
required this.to,
});