high property

double high

Implementation

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

Implementation

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