setFee method

void setFee(
  1. String? newFee
)

Implementation

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