GetOperationResponse constructor

GetOperationResponse({
  1. Operation? operation,
})

Implementation

GetOperationResponse({
  this.operation,
});