toJson method

  1. @override
Object toJson()
override

Implementation

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