attribution property

Iterable<MemoryAttribution> get attribution

Implementation

Iterable<MemoryAttribution> get attribution =>
    js_util.getProperty(this, 'attribution');
set attribution (Iterable<MemoryAttribution> newValue)

Implementation

set attribution(Iterable<MemoryAttribution> newValue) {
  js_util.setProperty(this, 'attribution', newValue);
}