total property

int total

Implementation

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

Implementation

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