mHash property

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

Implementation

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

Implementation

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