id property

  1. @override
  2. @Index(type: IndexType.value)
  3. @Unique(onConflict: ConflictStrategy.replace)
int id
final

Implementation

@override
@Index(type: IndexType.value)
@Unique(onConflict: ConflictStrategy.replace)
final int id;