PublicKey constructor

PublicKey(
  1. Uint8List bytes
)

Implementation

PublicKey(super.bytes) : super(keyLength: keyLength);