attribution property

Implementation

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

Implementation

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