frameIndex property

int frameIndex

Implementation

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

Implementation

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