BackendServicesScopedList constructor

BackendServicesScopedList({
  1. List<BackendService>? backendServices,
  2. BackendServicesScopedListWarning? warning,
})

Implementation

BackendServicesScopedList({
  this.backendServices,
  this.warning,
});