BlockTag.at constructor

const BlockTag.at(
  1. int at
)

Implementation

const BlockTag.at(int at)
    : intValue = at,
      stringValue = null;