attributionSrc property

String attributionSrc

Implementation

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

Implementation

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