ReceivedMetadata constructor
ReceivedMetadata({
- List<
AllowedOperation> ? allowedOperations, - ReceivedStatus? receivedStatus,
Implementation
ReceivedMetadata({
this.allowedOperations,
this.receivedStatus,
});