parentMessageText property Null safety

String? parentMessageText
final

The written text of the message object’s parent message. If the message object is a parent message, the value of this property is null. If the object is a reply to a parent message and the type of the parent message is UserMessage, the value is message. If it is FileMessage, the value is the name of the uploaded file.

Implementation

final String? parentMessageText;