factory PanTilt.fromString({required String x, required String y}) => PanTilt(x: double.parse(x), y: double.parse(y));