toJson method
Implementation
@override
Object toJson() => {
if (approximateNeighborCandidates.isNotDefault)
'approximateNeighborCandidates': approximateNeighborCandidates,
if (leafNodesSearchFraction.isNotDefault)
'leafNodesSearchFraction': encodeDouble(leafNodesSearchFraction),
};