commentCount property

  1. @JsonKey.new(name: 'comment_count')
int get commentCount
inherited

Implementation

@JsonKey(name: 'comment_count')
int get commentCount => throw _privateConstructorUsedError;