priorities property

Set<ReadingPriority>? priorities
latefinal

Records information about the relative priority of the entry, and consist of codes indicating the word appears in various references which can be taken as an indication of the frequency with which the word is used. This field is intended for use either by applications which want to concentrate on entries of a particular priority, or to generate subset files.

Quoted from JMdict:69-75

Implementation

late final Set<ReadingPriority>? priorities;