d property

String d

Implementation

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

Implementation

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