attributionSourceId property
int
get
attributionSourceId
Implementation
int get attributionSourceId =>
js_util.getProperty(this, 'attributionSourceId');
set
attributionSourceId
(int newValue)
Implementation
set attributionSourceId(int newValue) {
js_util.setProperty(this, 'attributionSourceId', newValue);
}