howFound property

  1. @JsonKey(name: 'how_found')
String howFound
final

The method the API was able to find the city / entity with. Can be geocode, nearest or empty.

Implementation

@JsonKey(name: 'how_found')
final String howFound;