HealthSourcesScopedListWarning constructor

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

Implementation

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