void push(Tag tag, [int? line]) { _tagCtxs.add(_current = _TagContext.child(_current, tag, line != null ? line: _line)); }