high property

num get high

Implementation

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

Implementation

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