text method

Implementation

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