count property

int count

Implementation

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

Implementation

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