HealthCheckServiceAggregatedListWarning constructor

HealthCheckServiceAggregatedListWarning({
  1. String? code,
  2. List<HealthCheckServiceAggregatedListWarningData>? data,
  3. String? message,
})

Implementation

HealthCheckServiceAggregatedListWarning({this.code, this.data, this.message});