text property

  1. @override
String get text
override

Gets the reply text content of the quote message.

This is the user's new commentary/response to the original quoted message.

Implementation

@override
String get text => getString('text') ?? '';