setGasLimit property

set setGasLimit (int gasLimit)

Implementation

set setGasLimit(int gasLimit) {
  this.gasLimit = gasLimit;
}