Determines whether autofocus is on or off
int get autofocus => get(39).toInt();
set autofocus(int value) => set(39, value.toDouble());