id property

  1. @PrimaryKey.new(autoGenerate: true)
int? id
final

Implementation

@PrimaryKey(autoGenerate: true)
final int? id;