displayText property

String get displayText

Display text (plain or placeholder if encrypted).

Implementation

String get displayText => plainText ?? '[Encrypted message]';