actionText property

String? get actionText

New title of the conversation.

Implementation

String? get actionText => action?['text'] ?? message['action_text'];