BatchApprovePublisherConnectionsResponse constructor

BatchApprovePublisherConnectionsResponse({
  1. List<PublisherConnection>? publisherConnections,
})

Implementation

BatchApprovePublisherConnectionsResponse({
  this.publisherConnections,
});