alg property

String alg

Implementation

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

Implementation

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