value method

TxBuilder value(
  1. String value
)

Implementation

TxBuilder value(String value) {
  _txParam.setValue = value;
  return this;
}