OrgComment constructor

OrgComment(
  1. String indent,
  2. String start,
  3. String content
)

Implementation

OrgComment(this.indent, this.start, this.content);