GetOperationResult constructor

GetOperationResult({
  1. Operation? operation,
})

Implementation

GetOperationResult({
  this.operation,
});