subScore property

int subScore

An integer that allows differentiation between entries of equal weight. By default starts at zero and increments after each accept but could also be a timestamp to allow ordering by latest.

Implementation

int get subScore => _subScore;