atBlock method

CallBuilder atBlock(
  1. String tag
)

Implementation

CallBuilder atBlock(String tag) {
  blockTag = tag;
  return this;
}