refDistance property

num get refDistance

Implementation

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

Implementation

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