Tag( this.name, List<ASTNode>? content, { this.filters = const [], List<ASTNode>? body, }) : _body = body ?? [], _content = content ?? [];