picture property

  1. @JsonKey(name: 'picture')
String? picture
final

The picture of the user who posted the comment

Implementation

@JsonKey(name: 'picture')

/// The picture of the user who posted the comment
final String? picture;