alg property

String get alg

Implementation

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

Implementation

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