getFormattedBody method

String? getFormattedBody()

Implementation

String? getFormattedBody() {
  return _formatText(body);
}