defaultPtzTimeout property Null safety

String? defaultPtzTimeout
@JsonKey(name: 'DefaultPTZTimeout', fromJson: OnvifUtil.nullableMappedToString), final

If the PTZ Node supports continuous movements, it shall specify a default timeout, after which the movement stops.

Implementation

@JsonKey(
    name: 'DefaultPTZTimeout', fromJson: OnvifUtil.nullableMappedToString)
final String? defaultPtzTimeout;