geoLocationEntries property

  1. @JsonKey(name: '@GeoLocationEntries', fromJson: int.parse)
int geoLocationEntries
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;