PtzStatus constructor Null safety
- {required PtzPosition position,
- dynamic xmlError,
- dynamic xmlUtcTime}
Implementation
PtzStatus({
required this.position,
this.xmlError,
this.xmlUtcTime,
});
PtzStatus({
required this.position,
this.xmlError,
this.xmlUtcTime,
});