contentAsString property

String? contentAsString

Content of the body.

Implementation

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