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