CommentType constructor

const CommentType(
  1. String name
)

Initialize a newly created comment type to have the given name.

Implementation

const CommentType(this.name);