Comment constructor
Comment({})
Implementation
Comment(
{this.comments = const [],
this.commentType = CommentType.commentDoubleBackSlash,
this.blockContinuationToken = CodeUnit.space,
int depth = 0})
: super(depth);