hash property

Hash get hash

Refers to the hash algorithm that was used to create digest.

Implementation

Hash get hash => Hash.fromJS(_wrapped.hash);
set hash (Hash v)

Implementation

set hash(Hash v) {
  _wrapped.hash = v.toJS;
}