withValue method

InvokeBuilder withValue(
  1. BigInt val
)

Implementation

InvokeBuilder withValue(BigInt val) {
  value = val;
  return this;
}