autoIncrement property
bool
get
autoIncrement
Implementation
bool get autoIncrement => js_util.getProperty(this, 'autoIncrement');
set
autoIncrement
(bool newValue)
Implementation
set autoIncrement(bool newValue) {
js_util.setProperty(this, 'autoIncrement', newValue);
}