b property

dynamic b

Implementation

/* double | NaN */ dynamic get b => js_util.getProperty(this, 'b');
void b=(dynamic newValue)

Implementation

set b(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'b', newValue);
}