frames property

int frames

Implementation

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

Implementation

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