firCount property

int firCount

Implementation

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

Implementation

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