hash property

Implementation

_i3.HashAlgorithmIdentifier get hash => _i4.getProperty(
      this,
      'hash',
    );
void hash=(HashAlgorithmIdentifier value)

Implementation

set hash(_i3.HashAlgorithmIdentifier value) {
  _i4.setProperty(
    this,
    'hash',
    value,
  );
}