count property

int get count

Implementation

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

Implementation

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