threshold property

  1. @JsonKey(name: r'threshold')
double threshold
final

Minimum score a recommendation must have to be included in the response.

Implementation

// minimum: 0
// maximum: 100
@JsonKey(name: r'threshold')
final double threshold;