NearestNeighbors constructor

NearestNeighbors({
  1. List<NearestNeighbors_Neighbor> neighbors = const [],
})

Implementation

NearestNeighbors({this.neighbors = const []}) : super(fullyQualifiedName);