texts property

  1. @JsonKey(name: 'text')
List<String>? texts
final

The list of comment texts

Implementation

@JsonKey(name: 'text')

/// The list of comment texts
final List<String>? texts;