algorithm property

String get algorithm

Implementation

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

Implementation

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