frame property

String frame

Implementation

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

Implementation

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