CommentDefinition constructor
CommentDefinition(
- String comment,
- SourceSpan? span
Implementation
CommentDefinition(super.comment, super.span);
CommentDefinition(super.comment, super.span);