frameCount property

int frameCount

Implementation

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

Implementation

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