mHash property
Implementation
@JS('hash')
@staticInterop
KeyAlgorithm get mHash => js_util.getProperty(this, 'hash');
set
mHash
(KeyAlgorithm newValue)
Implementation
set mHash(KeyAlgorithm newValue) {
js_util.setProperty(this, 'hash', newValue);
}