presentedFrames property

int presentedFrames

Implementation

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

Implementation

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