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