framesDecoded property

int framesDecoded

Implementation

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

Implementation

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