w property

num w

Implementation

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

Implementation

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