IKey constructor

IKey(
  1. KeyType type,
  2. Uint8List data
)

Implementation

IKey(this.type, this.data);