zoomPositionSupported property
- @JsonKey(name: 'ZoomPositionSupported', fromJson: OnvifUtil.nullableBoolMappedFromXml)
final
True if the device is able to stream zoom position information.
Implementation
@JsonKey(
name: 'ZoomPositionSupported',
fromJson: OnvifUtil.nullableBoolMappedFromXml)
final bool? zoomPositionSupported;