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