percent property

int percent

Implementation

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

Implementation

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