b property
double
get
b
Implementation
double get b => js_util.getProperty(this, 'b');
set
b
(double newValue)
Implementation
set b(double newValue) {
js_util.setProperty(this, 'b', newValue);
}