commentCount property

  1. @JsonKey(name: 'comment_count')
  2. @HiveField(2)
int commentCount
final

Implementation

@JsonKey(name: 'comment_count')
@HiveField(2)
final int commentCount;