priority property
int
get
priority
Implementation
int get priority => js_util.getProperty(this, 'priority');
set
priority
(int newValue)
Implementation
set priority(int newValue) {
js_util.setProperty(this, 'priority', newValue);
}