contentAsString property

String? get contentAsString

Content of the body.

Implementation

String? get contentAsString {
  return _content?.asString;
}