automation property

bool? automation

Implementation

bool? get automation => getProperty("automation") as bool?;
void automation=(bool? value)

Implementation

set automation(bool? value) => setControl("automation", value);