gotoPresetResponse property Null safety

GotoPresetResponse? gotoPresetResponse
@JsonKey(name: 'GotoPresetResponse'), final

Operation to go to a saved preset position for the PTZNode in the selected profile. The operation is supported if there is support for at least on PTZ preset by the PTZNode.

Implementation

@JsonKey(name: 'GotoPresetResponse')
final GotoPresetResponse? gotoPresetResponse;