ResponseHeader constructor

ResponseHeader({
  1. String? operationId,
})

Implementation

ResponseHeader({
  this.operationId,
});