to method

TxBuilder to(
  1. String to
)

Implementation

TxBuilder to(String to) {
  _txParam.setTo = to;
  return this;
}