ptz property

Ptz get ptz

Implementation

Ptz get ptz {
  if (_ptz == null) throw Exception();

  return _ptz!;
}