HealthAggregationPoliciesScopedList constructor

HealthAggregationPoliciesScopedList({
  1. List<HealthAggregationPolicy>? healthAggregationPolicies,
  2. HealthAggregationPoliciesScopedListWarning? warning,
})

Implementation

HealthAggregationPoliciesScopedList({
  this.healthAggregationPolicies,
  this.warning,
});