setGasPrice property

set setGasPrice (String gasPrice)

Implementation

set setGasPrice(String gasPrice) {
  this.gasPrice = gasPrice;
}