setProxy method

void setProxy(
  1. bool isProxy
)

Implementation

void setProxy(bool isProxy) {
  this.isProxy = isProxy;
}