BackendServicesScopedList constructor
      
      BackendServicesScopedList({ 
    
    
- List<
BackendService> ? backendServices, - BackendServicesScopedListWarning? warning,
 
Implementation
BackendServicesScopedList({
  this.backendServices,
  this.warning,
});