HealthAggregationPolicyAggregatedListWarning constructor
HealthAggregationPolicyAggregatedListWarning({
- String? code,
- List<
HealthAggregationPolicyAggregatedListWarningData> ? data, - String? message,
Implementation
HealthAggregationPolicyAggregatedListWarning({
this.code,
this.data,
this.message,
});