NearestNeighbors constructor
NearestNeighbors({
- List<
NearestNeighbors_Neighbor> neighbors = const [],
Implementation
NearestNeighbors({this.neighbors = const []}) : super(fullyQualifiedName);