addComment method

void addComment(
  1. String comment
)

Implementation

void addComment(String comment) {
  comments.add(comment);
}