toJson method
Implementation
@override
Object toJson() => {
if (startIndex != null) 'startIndex': startIndex,
if (endIndex != null) 'endIndex': endIndex,
if (factIndexes.isNotDefault) 'factIndexes': factIndexes,
if (score != null) 'score': encodeDouble(score),
};