Hash constructor

const Hash({
  1. String? algo,
  2. String? value,
})

Implementation

const Hash({
  this.algo,
  this.value,
});