frameId property

int frameId

Implementation

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

Implementation

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