autoIncrement property

bool autoIncrement

Returns true if the store has a key generator, and false otherwise.

MDN Reference

Implementation

_i2.bool get autoIncrement => _i4.getProperty(
      this,
      'autoIncrement',
    );