num d

Source

num get d => JS("num", "#.d", this);
void d=(num value)

Source

set d(num value) {
  JS("void", "#.d = #", this, value);
}