upvotes property
The amount of upvotes the comment has
Implementation
@JsonKey(name: 'upvotes')
int get upvotes => throw _privateConstructorUsedError;
The amount of upvotes the comment has
@JsonKey(name: 'upvotes')
int get upvotes => throw _privateConstructorUsedError;