StopQueryResponse constructor

StopQueryResponse({
  1. bool? success,
})

Implementation

StopQueryResponse({
  this.success,
});