frameCount property
int
get
frameCount
Implementation
int get frameCount => js_util.getProperty(this, 'frameCount');
set
frameCount
(int newValue)
Implementation
set frameCount(int newValue) {
js_util.setProperty(this, 'frameCount', newValue);
}