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