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