priority property

int priority

Implementation

int get priority => js_util.getProperty(this, 'priority');
void priority=(int newValue)

Implementation

set priority(int newValue) {
  js_util.setProperty(this, 'priority', newValue);
}