autoStart property Null safety

bool autoStart
@JsonKey(name: 'AutoStart', fromJson: OnvifUtil.mappedToBool), final

Read only property signalling that streaming is persistant. Use the methods StartMulticastStreaming and StopMulticastStreaming to switch its state.

Implementation

@JsonKey(name: 'AutoStart', fromJson: OnvifUtil.mappedToBool)
final bool autoStart;