innerScopeStart property

int get innerScopeStart

Implementation

int get innerScopeStart {
  if (!isTag) throw Exception("Plaintext nodes do not have inner scopes");

  return scopeStart + tag!.size;
}