CompositeHealthChecksScopedListWarning constructor

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

Implementation

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