autofocus property

int autofocus

Determines whether autofocus is on or off

Implementation

int get autofocus => get(39).toInt();
void autofocus=(int value)

Implementation

set autofocus(int value) => set(39, value.toDouble());