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