unsetComment method

dynamic unsetComment()

Implementation

unsetComment() {
  this.comment = null;
}