display property

String get display

Implementation

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

Implementation

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