order property

  1. @Index(unique: true, replace: true)
int order
read / write

The order of this dictionary in terms of user sorting, relative to other dictionaries.

Implementation

@Index(unique: true, replace: true)
int order;