total property

int get total

Implementation

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

Implementation

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