innerScopeEnd property

int get innerScopeEnd

Implementation

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

  return scopeEnd - tag!.endTagSize;
}