text property

  1. @JsonKey(name: 'text')
String text
final

The text of the comment

Implementation

@JsonKey(name: 'text')

/// The text of the comment
final String text;