geoLocationEntries property
- @JsonKey(name: '@GeoLocationEntries', fromJson: int.parse)
final
If present signals support for geo location. The value signals the supported number of entries.
Implementation
@JsonKey(name: '@GeoLocationEntries', fromJson: int.parse)
final int geoLocationEntries;