toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (approximateNeighborCandidates != null)
'approximateNeighborCandidates': approximateNeighborCandidates!,
if (leafNodesSearchFraction != null)
'leafNodesSearchFraction': leafNodesSearchFraction!,
};