toText method

String toText()

Get plain text content

Implementation

String toText() {
  return build().toText();
}