geoSource property

  1. @JsonKey.new(name: '@GeoSource', fromJson: OnvifUtil.nullableStringMappedFromXml)
String? geoSource
final

Optional reference to the XAddr of another devices DeviceManagement service.

Implementation

@JsonKey(name: '@GeoSource', fromJson: OnvifUtil.nullableStringMappedFromXml)
final String? geoSource;