OperationsScopedList constructor
      
      OperationsScopedList({ 
    
    
- List<
Operation> ? operations, - OperationsScopedListWarning? warning,
 
Implementation
OperationsScopedList({
  this.operations,
  this.warning,
});