MagicHash constructor

MagicHash(
  1. String message,
  2. String prefix
)

Implementation

MagicHash(this.message, this.prefix);