setFee method

void setFee(
  1. BigInt? newFee
)

Implementation

void setFee(BigInt? newFee) {
  fee = newFee;
}