commentCount property

  1. @JsonKey(name: 'commentCount', defaultValue: 0)
int get commentCount
inherited

Post comment count

Implementation

@JsonKey(name: 'commentCount', defaultValue: 0)
int get commentCount => throw _privateConstructorUsedError;