frame property

dynamic frame

Implementation

dynamic get frame => js_util.getProperty(this, 'frame');
void frame=(dynamic newValue)

Implementation

set frame(dynamic newValue) {
  js_util.setProperty(this, 'frame', newValue);
}