PublicKey constructor

PublicKey(
  1. Uint8List bytes
)

Implementation

PublicKey(Uint8List bytes) : super(bytes, keyLength: keyLength);