ReceivedMetadata constructor

ReceivedMetadata({
  1. List<AllowedOperation>? allowedOperations,
  2. ReceivedStatus? receivedStatus,
})

Implementation

ReceivedMetadata({
  this.allowedOperations,
  this.receivedStatus,
});