setIsShowDialog method

ApiSellon setIsShowDialog(
  1. bool value
)

Implementation

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