automatic_index property

bool get automatic_index

Implementation

bool get automatic_index => getBool("automatic_index");
set automatic_index (bool value)

Implementation

set automatic_index(bool value) => setBool("automatic_index", value);