PaserkKey constructor

PaserkKey(
  1. Uint8List rawBytes,
  2. String prefix
)

Implementation

PaserkKey(this.rawBytes, this.prefix);