alg property

int alg

Implementation

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

Implementation

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