Comment.fromString constructor

Comment.fromString(
  1. String comment
)

Implementation

Comment.fromString(String comment)
    : nodes = _commentsToCodeNodes([comment], commentPrefix);