source property

int source

Implementation

int get source => js_util.getProperty(this, 'source');
void source=(int newValue)

Implementation

set source(int newValue) {
  js_util.setProperty(this, 'source', newValue);
}