g property

double g

Implementation

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

Implementation

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