FlannSearchParams.fromPointer constructor
      
      FlannSearchParams.fromPointer(])
     
    
    
Implementation
FlannSearchParams.fromPointer(
  super.ptr,
  int checks,
  double eps,
  bool sorted,
  bool exploreAllTrees, [
  super.attach = true,
])  : _checks = checks,
      _eps = eps,
      _sorted = sorted,
      _exploreAllTrees = exploreAllTrees,
      super.fromPointer();