upvotes property

  1. @JsonKey(name: 'upvotes')
int get upvotes
inherited

The amount of upvotes the comment has

Implementation

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