success property

StopTaskResp? get success

Implementation

StopTaskResp? get success => this._success;
set success (StopTaskResp? success)

Implementation

set success(StopTaskResp? success) {
  this._success = success;
}