downvoted property

  1. @JsonKey.new(name: 'downvoted')
bool get downvoted
inherited

Whether the user has downvoted the comment

Implementation

@JsonKey(name: 'downvoted')
bool get downvoted => throw _privateConstructorUsedError;