origin property

dynamic origin

Implementation

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

Implementation

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