ASTComment.fromCommentToken constructor
ASTComment.fromCommentToken(
- TokenComment token
Implementation
ASTComment.fromCommentToken(TokenComment token)
: this(
content: token.literal,
isDocumentation: token.isDocumentation,
isMultiLine: token.isMultiLine,
isTrailing: token.isTrailing,
);