mHash property

  1. @JS('hash')
  2. @staticInterop
KeyAlgorithm mHash

Implementation

@JS('hash')
@staticInterop
KeyAlgorithm get mHash => js_util.getProperty(this, 'hash');
void mHash=(KeyAlgorithm newValue)

Implementation

set mHash(KeyAlgorithm newValue) {
  js_util.setProperty(this, 'hash', newValue);
}