downvotes property

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

The amount of downvotes the comment has

Implementation

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