contentAsString property
String?
get
contentAsString
Content of the body.
Implementation
String? get contentAsString {
return _content?.asString;
}
Content of the body.
String? get contentAsString {
return _content?.asString;
}