raw property

List<int> get raw

Gets the raw representation of the private key.

Implementation

List<int> get raw {
  return privKey.raw;
}