uri property

String uri

Implementation

String get uri => js_util.getProperty(this, 'uri');
void uri=(String newValue)

Implementation

set uri(String newValue) {
  js_util.setProperty(this, 'uri', newValue);
}