OperationsResponse$Response constructor

const OperationsResponse$Response({
  1. required List<OperationsInfo> operations,
})

Implementation

const OperationsResponse$Response({
  required this.operations,
});