text property

  1. @JsonKey(name: 'text')
String? get text
inherited

Optional. For text messages, the actual UTF-8 text of the message

Implementation

@JsonKey(name: 'text')
String? get text;