OperationsResponse$Response constructor
      const
      OperationsResponse$Response({ 
    
    
- required List<
OperationsInfo> operations, 
Implementation
const OperationsResponse$Response({
  required this.operations,
});