geoLocationEntries property Null safety

int? geoLocationEntries
@JsonKey(name: '@GeoLocationEntries', fromJson: OnvifUtil.optionalInt), final

If present signals support for geo location. The value signals the supported number of entries.

Implementation

@JsonKey(name: '@GeoLocationEntries', fromJson: OnvifUtil.optionalInt)
final int? geoLocationEntries;