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