alg property

num get alg

Implementation

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

Implementation

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