qpSum property
int
get
qpSum
Implementation
int get qpSum => js_util.getProperty(this, 'qpSum');
set
qpSum
(int newValue)
Implementation
set qpSum(int newValue) {
js_util.setProperty(this, 'qpSum', newValue);
}