id property

int? id
getter/setter pair

The database id of the model instance

Important : it must be overriden

Implementation

int? id;