formattedText property

String formattedText

Returns the formatted boy of this event if it has a formatted body.

Implementation

String get formattedText => content.tryGet<String>('formatted_body') ?? '';