SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch constructor

SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch({
  1. String? name,
  2. List<String> values = const [],
})

Implementation

SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch({
  this.name,
  this.values = const [],
}) : super(fullyQualifiedName);