algorithm property

String algorithm

Implementation

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

Implementation

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