id property

dynamic id
final

The ID of this element. It must be either an int or a `String.

This may be null, in which case it does not identify an Entity. It is possible to insert Entitys with incomplete keys and let Datastore automatically select a unused integer ID.

Implementation

final dynamic id;