hash property

KeyAlgorithm get hash

Implementation

_i3.KeyAlgorithm get hash => _i4.getProperty(
      this,
      'hash',
    );
set hash (KeyAlgorithm value)

Implementation

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