postCount property

  1. @JsonKey.new(name: 'post_count')
int get postCount
inherited

Implementation

@JsonKey(name: 'post_count')
int get postCount => throw _privateConstructorUsedError;