h property

dynamic h

Implementation

dynamic get h => js_util.getProperty(this, 'h');
void h=(dynamic newValue)

Implementation

set h(dynamic newValue) {
  js_util.setProperty(this, 'h', newValue);
}