priority property
double?
get
priority
Describes how important this data is for operating the server.
A value of 1 means "most important," and indicates that the data is effectively required, while 0 means "least important," and indicates that the data is entirely optional.
Must be between 0 and 1.
Implementation
double? get priority => _value['priority'] as double?;