w property

dynamic w

Implementation

dynamic get w => js_util.getProperty(this, 'w');
void w=(dynamic newValue)

Implementation

set w(dynamic newValue) {
  js_util.setProperty(this, 'w', newValue);
}