fixed property

num get fixed

Implementation

_i2.num get fixed => _i5.getProperty(
      this,
      'fixed',
    );
set fixed (num value)

Implementation

set fixed(_i2.num value) {
  _i5.setProperty(
    this,
    'fixed',
    value,
  );
}