CommentNode constructor

CommentNode(
  1. String? text
)

Implementation

CommentNode(this.text) : super(NodeType.COMMENT, text: text);