frame property

String get frame

Implementation

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

Implementation

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