frames property

int get frames

Implementation

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

Implementation

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