displayName property

String get displayName

Implementation

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

Implementation

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