PtzPosition constructor

PtzPosition({
  1. PanTilt? panTilt,
  2. Zoom? zoom,
})

Implementation

PtzPosition({this.panTilt, this.zoom});