url property

String? url

Implementation

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

Implementation

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