FindNearest constructor
      
      FindNearest({})
     
    
    
Implementation
FindNearest({
  this.distanceMeasure,
  this.distanceResultProperty,
  this.distanceThreshold,
  this.limit,
  this.queryVector,
  this.vectorProperty,
});FindNearest({
  this.distanceMeasure,
  this.distanceResultProperty,
  this.distanceThreshold,
  this.limit,
  this.queryVector,
  this.vectorProperty,
});