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