boost property

  1. @JsonKey(includeIfNull: false)
int? boost
final

An integer that multiplies the score of the interaction (eg. 2 or -1)

Implementation

@JsonKey(includeIfNull: false)
final int? boost;