displayText property
String
get
displayText
Display text (plain or placeholder if encrypted).
Implementation
String get displayText => plainText ?? '[Encrypted message]';
Display text (plain or placeholder if encrypted).
String get displayText => plainText ?? '[Encrypted message]';