setIsShowDialog method

ApiGameSellon setIsShowDialog(
  1. bool value
)

Implementation

ApiGameSellon setIsShowDialog(bool value) {
  this._isShowDialog = value;
  return this;
}