$WaitOperationRequest constructor

$WaitOperationRequest({
  1. String? timeout,
})

Implementation

$WaitOperationRequest({
  this.timeout,
});