high property

double get high

Implementation

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

Implementation

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