toJson method

Map<String, dynamic> toJson()

Converts to JSON.

Implementation

Map<String, dynamic> toJson() => {
  'ranker': ranker,
  if (scoreThreshold != null) 'score_threshold': scoreThreshold,
};