high property

num high

Implementation

_i2.num get high => _i4.getProperty(
      this,
      'high',
    );
void high=(num value)

Implementation

set high(_i2.num value) {
  _i4.setProperty(
    this,
    'high',
    value,
  );
}