text method

Comment text(
  1. String text
)

Sets the comment text.

Implementation

Comment text(String text) {
  _text = text;
  return this;
}