score property

  1. @override
int score
override

The score associated with this Comment (aka net-upvotes).

Implementation

@override
int get score => data!['score'];