CancelArguments constructor

CancelArguments({
  1. String? progressId,
  2. int? requestId,
})

Implementation

CancelArguments({
  this.progressId,
  this.requestId,
});