BackendServicesScopedList constructor

BackendServicesScopedList({
  1. List<BackendService> backendServices = const [],
  2. Warning? warning,
})

Implementation

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