BackendServicesScopedList constructor
BackendServicesScopedList({
- List<
BackendService> backendServices = const [], - Warning? warning,
Implementation
BackendServicesScopedList({this.backendServices = const [], this.warning})
: super(fullyQualifiedName);