b property

double b

Implementation

double get b => js_util.getProperty(this, 'b');
void b=(double newValue)

Implementation

set b(double newValue) {
  js_util.setProperty(this, 'b', newValue);
}