autoincrement property

bool autoincrement
final

Whether or not this property should use an auto-incrementing scheme.

By default, false. When true, it signals to the PersistentStore that this property should automatically be assigned a value by the database.

Implementation

final bool autoincrement;