autoIncrement property
bool
get
autoIncrement
Returns true if the store has a key generator, and false otherwise.
Implementation
_i2.bool get autoIncrement => _i4.getProperty(
this,
'autoIncrement',
);