attributionSrc property

String get attributionSrc

Implementation

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

Implementation

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