d property

String get d

Implementation

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

Implementation

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