score property

  1. @JsonKey(includeIfNull: false)
double? score
final

The score of the activity to indicate the importance of the activity.

Implementation

@JsonKey(includeIfNull: false)
final double? score;