downloadTotal property

int get downloadTotal

Implementation

int get downloadTotal => js_util.getProperty(this, 'downloadTotal');
set downloadTotal (int newValue)

Implementation

set downloadTotal(int newValue) {
  js_util.setProperty(this, 'downloadTotal', newValue);
}