PtzPosition constructor Null safety

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

Implementation

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