alg property

int get alg

Implementation

int get alg => js_util.getProperty(this, 'alg');
set alg (int newValue)

Implementation

set alg(int newValue) {
  js_util.setProperty(this, 'alg', newValue);
}