display property

String display

Implementation

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

Implementation

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