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