autoIncrement property
bool?
get
autoIncrement
Implementation
_i2.bool? get autoIncrement => _i4.getProperty(
this,
'autoIncrement',
);
set
autoIncrement
(bool? value)
Implementation
set autoIncrement(_i2.bool? value) {
_i4.setProperty(
this,
'autoIncrement',
value ?? _i6.undefined,
);
}