contributingSources property

Iterable<int> contributingSources

Implementation

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

Implementation

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