Hmac constructor

Hmac({
  1. String? value,
})

Implementation

Hmac({
  this.value,
});