displayName property

String displayName

Implementation

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

Implementation

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