Hashes constructor

Hashes({
  1. String? sha1Hash,
})

Creates a new Hashes instance.

Implementation

Hashes({
  this.sha1Hash,
});