origin property

String origin

Implementation

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

Implementation

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