RpcOptions constructor

RpcOptions(
  1. int ttl,
  2. bool prompt,
  3. int tag
)

Implementation

RpcOptions(
  this.ttl,
  this.prompt,
  this.tag,
);