id property

  1. @Index.new(type: IndexType.hash, replace: true, unique: true)
String id
getter/setter pair

Implementation

@Index(type: IndexType.hash, replace: true, unique: true)
late String id;