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