factory RelativeMoveTo.fromJson(Map<String, dynamic> data) { return RelativeMoveTo( data['dx'] as double, data['dy'] as double, ); }