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