PrivateKey constructor

PrivateKey(
  1. Uint8List bytes
)

Implementation

PrivateKey(Uint8List bytes) : super(bytes);