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