id property

  1. @PrimaryKey.new(autoGenerate: true)
int? id
getter/setter pair

Implementation

@PrimaryKey(autoGenerate: true)
int? id;