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