FindNeighborsResponse constructor
FindNeighborsResponse({
- List<
FindNeighborsResponse_NearestNeighbors> nearestNeighbors = const [],
Implementation
FindNeighborsResponse({this.nearestNeighbors = const []})
: super(fullyQualifiedName);