qpSum property

int qpSum

Implementation

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

Implementation

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