hash property
      
      HashAlgorithmIdentifier
      get
      hash
      
    
    
    
Implementation
_i3.HashAlgorithmIdentifier get hash => _i4.getProperty(
      this,
      'hash',
    );
      
      set
      hash
      (HashAlgorithmIdentifier value) 
      
    
    
    
Implementation
set hash(_i3.HashAlgorithmIdentifier value) {
  _i4.setProperty(
    this,
    'hash',
    value,
  );
}