PullResponse constructor

PullResponse({
  1. List<ReceivedMessage>? receivedMessages,
})

Implementation

PullResponse({
  this.receivedMessages,
});