toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'notes': notes,
      'is_successful': isSuccessful,
      'matching_score': matchingScore,
      'threshold_used': thresholdUsed,
    };