SecurityPoliciesScopedList constructor

SecurityPoliciesScopedList({
  1. List<SecurityPolicy>? securityPolicies,
  2. SecurityPoliciesScopedListWarning? warning,
})

Implementation

SecurityPoliciesScopedList({this.securityPolicies, this.warning});