GenericPublicKey constructor

GenericPublicKey(
  1. Uint8List data
)

Constructor.

Implementation

GenericPublicKey(this.data);