attributionSourceId property

int attributionSourceId

Implementation

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

Implementation

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