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