HealthCheckServicesScopedListWarning constructor

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

Implementation

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