FindNeighborsResponse constructor

FindNeighborsResponse({
  1. List<FindNeighborsResponse_NearestNeighbors> nearestNeighbors = const [],
})

Implementation

FindNeighborsResponse({this.nearestNeighbors = const []})
  : super(fullyQualifiedName);