HealthSourcesScopedList constructor

HealthSourcesScopedList({
  1. List<HealthSource> healthSources = const [],
  2. Warning? warning,
})

Implementation

HealthSourcesScopedList({this.healthSources = const [], this.warning})
  : super(fullyQualifiedName);